eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSettingsApplication::SystemMessageSettingsAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SystemMessageSettingsAppl (private in AbstractSettingsApplication

This class is only visible from within AbstractSettingsApplication.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSettingsApplication::SystemMessageSettingsAppl

Package:
stx:libtool
Category:
Interface-Smalltalk
Owner:
AbstractSettingsApplication
Author:
cg

Description:


control messages from the Smalltalk system.


Class protocol:

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

image specs
o  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
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

Usage example(s):

     UIPainter new openOnClass:AbstractSettingsApplication::SystemMessageSettingsAppl andSelector:#windowSpec
     AbstractSettingsApplication::SystemMessageSettingsAppl new openInterface:#windowSpec
     AbstractSettingsApplication::SystemMessageSettingsAppl open


Instance protocol:

actions
o  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

o  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
o  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.

o  beepEnabled

o  beepForErrorDialog

o  beepForInfoDialog

o  beepForWarningDialog

o  beepInEditor
the aspect holder which controls if some error/not found conditions in an editor
should beep or not.

o  classInfos

o  debugIfLogGenerated

o  displayErrors

o  flyByHelpActive

o  logDoits

o  logLevelIndex

o  noLoggerLabel

o  onlyShowTooltipsForActiveWindow

o  possibleLogLevelNames
self basicNew possibleLogLevelNames

o  possibleLogLevels

o  sendMessagesAlsoToTranscript

o  timestampMessagesToTranscript

o  toolTipAutoHideDelay

o  updChanges

o  vmErrors

o  vmInfo

help
o  helpFilename
the path for a local help document (for offline reading)

initialization
o  initialize
cg: no real need to fetch initial values here;

queries
o  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


Examples:


Notice that everything between [exBegin] and [exEnd] is extracted by the html-doc generator to create nicely formatted and clickable executable examples in the generated html-doc. (see the browser's class-documentation menu items for more) opening the application:
   AbstractSettingsApplication::SystemMessageSettingsAppl open
opening the application on some model:
   AbstractSettingsApplication::SystemMessageSettingsAppl openOn:aModel


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Tue, 22 Oct 2024 14:26:48 GMT