|
Class: LanguageSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::LanguageSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
- Author:
- cg
national language settings
font specs
-
bigLabelFont
-
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
defaultIcon
-
(comment from inherited method)
default is: no icon (should be redefined by concrete class if an icon is wanted).
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::LanguageSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::LanguageSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::LanguageSettingsAppl open
|
accessing
-
languageList
-
return the value of the instance variable 'languageList' (automatically generated)
actions
-
basicReadSettings
-
(comment from inherited method)
utility to read aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
-
basicSaveSettings
-
check if the new language needs a differently encoded font;
-
doubleClick: aEntry
-
-
rereadResourceFiles
-
Smalltalk language:(Smalltalk language).
-
updateForChangedLanguage
-
aspects
-
currentFlagAndLanguageChannel
-
-
currentLanguageLabel
-
-
languageHolder
-
-
languageIndexHolder
-
-
languageListHolder
-
-
noticeLabelHolder
-
-
onlyShowCompleteLanguagesHolder
-
-
useSystemLanguageHolder
-
change & update
-
languageIndexChanged
-
help
-
helpFilename
-
the path for a local help document (for offline reading)
initialization & release
-
initialize
-
must be called if redefined
-
initializeLanguages
-
short languages.rs file present?
-
postBuildHelpLabel: aWidget
-
private
-
setCurrentLanguageLabel
-
-
setNoticeLabel
-
queries
-
currentLanguage
-
-
currentLanguageCode
-
-
currentLanguageIndex
-
-
hasUnsavedChanges
-
(comment from inherited method)
utility to check for changed aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
-
quickSearchStrings
-
keywords to match in the quickSearch.
Notice that both the word and its current language translation is matched against
the text in the quick search field
Notice that everything between [exBegin] and [exEnd] is extracted by the html-doc generator
to create nicely formatted and clickable executable examples in the generated html-doc.
(see the browser's class-documentation menu items for more)
opening the application:
AbstractSettingsApplication::LanguageSettingsAppl open
|
opening the application on some model:
AbstractSettingsApplication::LanguageSettingsAppl openOn:aModel
|
|