|
Class: EditSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::EditSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
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::EditSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::EditSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::EditSettingsAppl open
|
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
-
Modified (format): / 20-02-2022 / 11:30:14 / exept MBP
-
commonAspects
-
aspects
-
aspects
-
(comment from inherited method)
if redefined to return a non-nil list of preference-key aspects,
you can then use the basicSaveSettings/basicReadSettings/hasUnsavedChanges
as inherited from here.
Otherwise, if you do not want the aspect-list-keys to be read/saved in the settings,
you MUST redefine all of the 3 above mentioned methods.
-
autoIndentInCodeView
-
-
codeCompletionOnControlKey
-
-
codeCompletionOnTabKey
-
-
enforceContentsDropForFiles
-
-
extendedWordSelectMode
-
-
immediateCodeCompletion
-
-
searchDialogIsModal
-
-
selectAllWhenClickingBeyondEnd
-
-
selectionExtensionMode
-
-
selectionExtensionModeEnabled
-
Hack to detect whether current system has hacked EditTextView or not.
-
showAcceptCancelBarInBrowser
-
-
st80DoubleClickSelectMode
-
-
st80EditMode
-
-
startTextDragWithControl
-
-
tabsIs4
-
-
useCodeView2InTools
-
-
whitespaceWordSelectMode
-
help
-
helpFilename
-
the path for a local help document (for offline reading)
initialization
-
initialize
-
must be called if redefined
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
|