|
Class: DataBaseSourceCodeManagementSettingsAppl
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSourceCodeManagementSettingsAppl
|
+--DataBaseSourceCodeManagementSettingsAppl
- Package:
- stx:libtool
- Category:
- System-SourceCodeManagement
- Version:
- rev:
1.38
date: 2024/03/19 11:50:46
- user: cg
- file: DataBaseSourceCodeManagementSettingsAppl.st directory: libtool
- module: stx stc-classLibrary: libtool
This settings app controls the parameters of the DataBaseSourceCodeManager.
copyrightCOPYRIGHT (c) 2011 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
defaultTableName
-
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:DataBaseSourceCodeManagementSettingsAppl andSelector:#windowSpec
DataBaseSourceCodeManagementSettingsAppl new openInterface:#windowSpec
DataBaseSourceCodeManagementSettingsAppl open
|
queries
-
managerClass
-
backlink to my manager class (needed by the settings app)
actions
-
addModule: module withData: data
-
-
addPerModuleDB
-
-
basicReadSettings
-
Modified (comment): / 12-01-2012 / 14:00:48 / cg
-
basicSaveSettings
-
make sure, that the DB libs are present
-
removePerModuleDB
-
-
removePerModulePath
-
aspects
-
dbNameHolder
-
-
dbPrototypeList
-
-
initialListOfModules
-
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)
-
perModuleDB
-
-
perModuleDatabaseModule
-
-
selectedPerModuleDatabase
-
change & update
-
selectedPerModuleDatabaseChanged
-
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
-
validateDatabaseExistsAndIsWritable: dbPath
-
-
validateDirectoryExistsAndIsWritable: aDirectory
-
help
-
editorHelpRelativeWikiURL
-
the relative URL of the dialog-description in the Wiki
-
helpFilename
-
the path for a local help document (for offline reading)
initialization & release
-
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
|