|
Class: KbdMappingSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::KbdMappingSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
- Author:
- cg
keyboard mappings
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::KbdMappingSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::KbdMappingSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::KbdMappingSettingsAppl open
|
actions
-
applyMapChange
-
set to Character (possibly Unicode)
-
basicReadSettings
-
also add all infos from resource declarations,
-
basicSaveSettings
-
(comment from inherited method)
utility to save 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
-
saveMapAs
-
invoked via save as button
-
saveMapAs: aFilename
-
aspects
-
changeMapHolder
-
-
currentKeyHolder
-
-
deadKeyLanguage
-
-
deadKeyLanguageIndex
-
-
deadKeyLanguageList
-
-
deadKeyLanguageSpec
-
self basicNew deadKeyLanguageSpec
-
deadKeysEnabled
-
-
functionKeyList
-
-
labelTextHolder
-
-
macroTextHolder
-
-
rawKeyList
-
-
selectedFunctionKey
-
-
selectedRawKey
-
-
shortcutsForCmd
-
change & update
-
changeFunctionKeySelection
-
-
changeMacroText
-
-
changeRawKeySelection
-
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
help
-
editorHelpRelativeWikiURL
-
the relative URL of the dialog-description in the Wiki
-
helpFilename
-
the path for a local help document (for offline doc)
initialization & release
-
initialize
-
must be called if redefined
-
postBuildHelpLabel: aWidget
-
private
-
setShortcutsForFunction: function
-
Sets the value of the 'shortcuts for cmd' field.
queries
-
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
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::KbdMappingSettingsAppl open
|
opening the application on some model:
AbstractSettingsApplication::KbdMappingSettingsAppl openOn:aModel
|
|