|
Class: RDoItServerSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::RDoItServerSettingsAppl
- 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
-
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::RDoItServerSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::RDoItServerSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::RDoItServerSettingsAppl 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
-
must wait a bit; give it a chance to
-
getPortNumberOrPath
-
a numeric string means it is a TCP port number
aspects
-
rDoitEnabledOnlyViaLocalConnection
-
-
rDoitErrorDebugging
-
-
rDoitErrorLogging
-
-
rDoitLogging
-
-
rDoitOnlyViaLocalConnection
-
-
rDoitServerPortOrPath
-
-
rDoitsEnabled
-
-
scriptingEnabled
-
-
scriptingEnabledOnlyViaLocalConnection
-
-
scriptingErrorDebugging
-
-
scriptingErrorLogging
-
-
scriptingLogging
-
-
scriptingServerPortOrPath
-
change & update
-
rDoitsEnabledChanged
-
help
-
editorHelpRelativeWikiURL
-
the relative URL of the dialog-description in the Wiki
-
helpFilename
-
the path for a local help document (for offline reading)
-
helpTextForKey: aKey
-
(comment from inherited method)
flyByHelp interface:
return some short help text for a key.
Key is the symbol associated with some widget or menu item.
(from my helpSpec);
Return a language variant (if available).
Special: with CTRL, show how it is generated (the helpKey or action block)
initialization
-
initialize
-
different change message
queries
-
hasRDoitServer
-
-
hasRDoitServerClass
-
-
hasScriptingServer
-
-
hasScriptingServerClass
-
-
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
|