|
Class: MiscDisplaySettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::MiscDisplaySettingsAppl
- 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::MiscDisplaySettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::MiscDisplaySettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::MiscDisplaySettingsAppl 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
-
force a change
-
formatHostNameinWindowLabels
-
aspects
-
activateOnClick
-
-
allowMouseWheelZoom
-
-
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.
-
autoRaiseOnFocusIn
-
-
beepEnabled
-
-
button2WithAltKey
-
-
displaySupportsNativeDialogs
-
-
displaySupportsNativeWidgets
-
-
focusFollowsMouse
-
-
forceWindowsIntoMonitorBounds
-
-
formatHostNameWindowLabel
-
-
formatHostNameWindowLabel1
-
-
formatHostNameWindowLabel2
-
-
hostNameInLabelHolder
-
-
menuPanelTakesFocusOnClick
-
-
mouseWheelFocusFollowsMouse
-
-
mouseWheelFocusFollowsMouseEnabled
-
-
newWindowLabelFormat
-
-
returnFocus
-
-
selectOnRightClick
-
-
shouldRememberLastExtentHolder
-
-
showAccelerators
-
-
showRightButtonMenuOnRelease
-
-
takeFocus
-
help
-
helpFilename
-
the path for a local help document (for offline reading)
initialization
-
initialize
-
(comment from inherited method)
must be called if redefined
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
|