|
Class: LauncherDialogs (private in AbstractLauncherApplication
This class is only visible from within
AbstractLauncherApplication.
Object
|
+--AbstractLauncherApplication::LauncherDialogs
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractLauncherApplication
dialogs
-
communicationsSettings
-
open a dialog on communications settings.
Obsoleted by the settings application
-
compilerSettings
-
open a dialog on compiler related settings.
Obsoleted by the settings application
Usage example(s):
-
displaySettings
-
open a dialog on display related settings.
Obsoleted by the settings application.
-
editSettings
-
open a dialog on edit settings
-
fontSettingsFor: requestor
-
open a dialog on font related settings
Usage example(s):
-
javaSettings
-
open a dialog on settings related to the java subsystem.
Obsoleted by the settings application.
Usage example(s):
box addHelpButtonFor:'Launcher/javaSettings.html'.
|
Usage example(s):
-
keyboardSettings
-
open a dialog on keyboard related settings.
Obsoleted by the settings application
-
languageSettings
-
-
languageSettingsFor: requestor
-
open a dialog on language related settings.
Obsoleted by the settings application
-
memorySettings
-
open a dialog on objectMemory related settings.
Obsoleted by the settings application
-
messageSettings
-
open a dialog on infoMessage related settings.
Obsoleted by the settings application
-
miscSettings
-
open a dialog on misc other settings.
Obsoleted by the settings application
-
printerSettings
-
open a dialog on printer related settings; returns true if accepted.
Obsoleted by the settings application
-
saveSettings
-
-
sourceAndDebuggerSettings
-
open a dialog on source&debugger other settings.
Obsoleted by the settings application
-
stcCompilerSettings
-
open an extra dialog on stc-compiler related settings.
Obsoleted by STCCompilerSettingsApp
Usage example(s):
-
toolSettings
-
open a dialog on tool settings.
Obsoleted by the settings application
Usage example(s):
-
viewStyleSettings
-
-
viewStyleSettingsFor: requestor
-
open a dialog on viewStyle related settings.
Obsoleted by the settings application
Usage example(s):
self viewStyleSettingsFor:nil
|
dialogs-file
-
objectModuleDialog
-
opens a moduleInfo dialog
-
objectModuleDialogReadOnly
-
opens a moduleInfo dialog
-
objectModuleDialogReadOnly: readOnly
-
opens a moduleInfo dialog
dialogs-private
-
cvsConfigurationDialog
-
there might be more here in the future
Usage example(s):
self cvsConfigurationDialog
|
-
fontBoxForEncoding: encodingMatch
-
open a fontBox, showing fonts which match some encoding
(used when changing to japanese ...)
-
formattingConfigurationDialog
-
Usage example(s):
self formattingConfigurationDialog
|
-
syntaxColorConfigurationDialog
-
interface specs
-
cvsSetupSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractLauncherApplication::LauncherDialogs andSelector:#cvsSetupSpec
|
-
formatterDialogSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractLauncherApplication::LauncherDialogs andSelector:#formatterDialogSpec
|
|