|
Class: SettingsFilenameAppl (private in SettingsDialog
This class is only visible from within
SettingsDialog.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--SettingsDialog::SettingsFilenameAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- SettingsDialog
help specs
-
helpSpec
-
(comment from inherited method)
default is: no help-spec (should be redefined by concrete class if help is wanted).
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:SettingsDialog::SettingsFilenameAppl andSelector:#windowSpec
SettingsDialog::SettingsFilenameAppl new openInterface:#windowSpec
SettingsDialog::SettingsFilenameAppl open
|
actions
-
openSettingsFile
-
-
reloadSettingsFile
-
-
saveAsPrivateSettingsFile
-
aspects
-
infoLabelHolder
-
-
settingsFilenameHolder
-
private
-
openSettingsFile: filename
-
-
reloadSettingsFile: filename
-
protocol
-
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
-
(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
-
editorHelpRelativeWikiURL
-
the relative URL of the dialog-description in the Wiki
-
helpFilename
-
subclasses must return the relative name of a helpFile
in the doc/online/<language>/help directory.
Or nil, if no help is available.
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
-
settingsFile
-
|