|
Class: ToolboxSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::ToolboxSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
image specs
-
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
-
developmentToolsSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::ToolboxSettingsAppl andSelector:#developmentToolsSpec
AbstractSettingsApplication::ToolboxSettingsAppl new openInterface:#developmentToolsSpec
|
-
miscToolsSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::ToolboxSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::ToolboxSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::ToolboxSettingsAppl open
|
list specs
-
notebookTabList
-
This resource specification was automatically generated
by the TabListEditor of ST/X.
Usage example(s):
TabListEditor new openOnClass: self andSelector:#notebookTabList
|
aspects
-
aspects
-
Development
-
changesBrowserClassName
-
-
fileBrowserClassName
-
-
notebookTabList
-
hooks
-
developmentToolSettingsInto: panel
-
-
miscToolSettingsInto: panel
-
initialization
-
initialize
-
(comment from inherited method)
must be called if redefined
private
-
addClassToolSettingTo: panel
-
protocol
-
helpFilename
-
subclasses must return the relative name of a helpFile
in the doc/online/<language>/help directory.
Or nil, if no help is available.
ClassToolSetting
|