eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSettingsApplication::KbdMappingSettingsAppl':

Home

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

Class: KbdMappingSettingsAppl (private in AbstractSettingsApplication

This class is only visible from within AbstractSettingsApplication.

Inheritance:

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

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

Description:


keyboard mappings


Class protocol:

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::KbdMappingSettingsAppl andSelector:#windowSpec
     AbstractSettingsApplication::KbdMappingSettingsAppl new openInterface:#windowSpec
     AbstractSettingsApplication::KbdMappingSettingsAppl open


Instance protocol:

actions
o  applyMapChange
set to Character (possibly Unicode)

o  basicReadSettings
also add all infos from resource declarations,

o  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

o  saveMapAs
invoked via save as button

o  saveMapAs: aFilename

aspects
o  changeMapHolder

o  currentKeyHolder

o  deadKeyLanguage

o  deadKeyLanguageIndex

o  deadKeyLanguageList

o  deadKeyLanguageSpec
self basicNew deadKeyLanguageSpec

o  deadKeysEnabled

o  functionKeyList

o  labelTextHolder

o  macroTextHolder

o  rawKeyList

o  selectedFunctionKey

o  selectedRawKey

o  shortcutsForCmd

change & update
o  changeFunctionKeySelection

o  changeMacroText

o  changeRawKeySelection

o  update: something with: aParameter from: changedObject
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:

help
o  editorHelpRelativeWikiURL
the relative URL of the dialog-description in the Wiki

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

initialization & release
o  initialize
must be called if redefined

o  postBuildHelpLabel: aWidget

private
o  setShortcutsForFunction: function
Sets the value of the 'shortcuts for cmd' field.

queries
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


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::KbdMappingSettingsAppl open
opening the application on some model:
   AbstractSettingsApplication::KbdMappingSettingsAppl openOn:aModel


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 08:18:52 GMT