|
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
font specs
-
bigLabelFont
-
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
defaultIcon
-
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
-
-
languageIndexChanged
-
-
languageIndexHolder
-
-
languageListHolder
-
-
noticeLabelHolder
-
-
setCurrentLanguageLabel
-
-
setNoticeLabel
-
-
useSystemLanguageHolder
-
help
-
helpFilename
-
initialization & release
-
initialize
-
must be called if redefined
-
initializeLanguages
-
short languages.rs file present?
-
postBuildHelpLabel: aWidget
-
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
|