|
Class: PrinterSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::PrinterSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
image specs
-
defaultIcon
-
(comment from inherited method)
default is: no icon (should be redefined by concrete class if an icon is wanted).
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::PrinterSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::PrinterSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::PrinterSettingsAppl 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
-
(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
aspects
-
bottomMargin
-
-
enableColorBox
-
-
enableFormat
-
-
enableMargins
-
-
enablelandscape
-
-
landscape
-
-
leftMargin
-
-
pageFormat
-
-
pageFormatList
-
-
possiblePrinters
-
-
printCommand
-
-
printCommandEnabled
-
-
printCommandList
-
-
printFilename
-
-
printerIsDrivenByCommand
-
-
printerSupportsPrintingToFile
-
-
printerType
-
-
printerTypeSelection
-
-
rightMargin
-
-
selectedUnit
-
-
supportsColor
-
-
supportsColorSetting
-
-
supportsMarginSetting
-
-
supportsPageFormatSetting
-
-
topMargin
-
-
unitList
-
change & update
-
printerTypeSelectionChanged
-
-
printerTypeSelectionOrUnitListChanged
-
-
unitListChanged
-
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
help
-
helpFilename
-
the path for a local help document (for offline reading)
initialization
-
initialize
-
enforce enablement update
queries
-
commandList
-
-
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
|