|
Class: StyleSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::StyleSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
defaults
-
standardStyles
-
only those are presented initially
image specs
-
closePreviewButtonImage
-
-
defaultIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon inspect
ImageEditor openOnClass:self andSelector:#defaultIcon
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::StyleSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::StyleSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::StyleSettingsAppl open
|
actions
-
basicReadSettings
-
nothing done here
-
basicSaveSettings
-
force into class defaults
-
closePreview
-
-
doubleClickAt: aLine
-
aspects
-
infoLabelHolder
-
-
noticeLabelHolder
-
-
previewVisibleHolder
-
-
selectedStyle
-
-
showStandardStylesOnly
-
-
styleList
-
change & update
-
changeInfoLabel
-
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
-
updateList
-
Filename isCaseSensitive ifFalse:[
help
-
helpFilename
-
the path for a local help document (for offline reading)
initialization & release
-
commonPostBuild
-
(comment from inherited method)
a common hook called by postBuildWith: and postBuildAsSubcanvasWith:.
I.e. after the view's components where built, either as top-app
or as embedded app, but before the view is made visible (opened).
Can be redefined to perform any adjustments (typically to the window),
before the view is shown.
-
initialize
-
must be called if redefined
-
postBuildHelpLabel: aWidget
-
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
|