|
Class: CommunicationLoggingSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::CommunicationLoggingSettingsAppl
- 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).
-
defaultIcon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon1 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon1
Icon flushCachedIcons
|
-
defaultIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon2 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon2
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::CommunicationLoggingSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::CommunicationLoggingSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::CommunicationLoggingSettingsAppl open
|
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.
-
hasSSLPackageLoaded
-
-
logExecutedOSCommands
-
-
logHTTPRequests
-
-
logNetCommunications
-
-
logSOAPRequests
-
-
logSSLCommunications
-
help
-
helpFilename
-
the path for a local help document (for offline reading)
initialization
-
initialize
-
(comment from inherited method)
must be called if redefined
|