eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSettingsApplication::LanguageSettingsAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: LanguageSettingsAppl (private in AbstractSettingsApplication

This class is only visible from within AbstractSettingsApplication.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSettingsApplication::LanguageSettingsAppl

Package:
stx:libtool
Category:
Interface-Smalltalk
Owner:
AbstractSettingsApplication
Author:
cg

Description:


national language settings


Class protocol:

font specs
o  bigLabelFont

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

image specs
o  defaultIcon
(comment from inherited method)
default is: no icon (should be redefined by concrete class if an icon is wanted).

interface specs
o  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


Instance protocol:

accessing
o  languageList
return the value of the instance variable 'languageList' (automatically generated)

actions
o  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

o  basicSaveSettings
check if the new language needs a differently encoded font;

o  doubleClick: aEntry

o  rereadResourceFiles
Smalltalk language:(Smalltalk language).

o  updateForChangedLanguage

aspects
o  currentFlagAndLanguageChannel

o  currentLanguageLabel

o  languageHolder

o  languageIndexHolder

o  languageListHolder

o  noticeLabelHolder

o  onlyShowCompleteLanguagesHolder

o  useSystemLanguageHolder

change & update
o  languageIndexChanged

help
o  helpFilename
the path for a local help document (for offline reading)

initialization & release
o  initialize
must be called if redefined

o  initializeLanguages
short languages.rs file present?

o  postBuildHelpLabel: aWidget

private
o  setCurrentLanguageLabel

o  setNoticeLabel

queries
o  currentLanguage

o  currentLanguageCode

o  currentLanguageIndex

o  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

o  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


Examples:


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


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 06:59:15 GMT