eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'DataBaseSourceCodeManagementSettingsAppl':

Home

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

Class: DataBaseSourceCodeManagementSettingsAppl


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSourceCodeManagementSettingsAppl
               |
               +--DataBaseSourceCodeManagementSettingsAppl

Package:
stx:libtool
Category:
System-SourceCodeManagement
Version:
rev: 1.28 date: 2019/07/16 13:06:11
user: cg
file: DataBaseSourceCodeManagementSettingsAppl.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


This settings app controls the parameters of the DataBaseSourceCodeManager.


Class protocol:

defaults
o  defaultTableName

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:DataBaseSourceCodeManagementSettingsAppl andSelector:#windowSpec
     DataBaseSourceCodeManagementSettingsAppl new openInterface:#windowSpec
     DataBaseSourceCodeManagementSettingsAppl open

queries
o  managerClass
backlink to my manager class (needed by the settings app)


Instance protocol:

actions
o  addModule: module withData: data

o  addPerModuleDB

o  basicReadSettings
Modified (comment): / 12-01-2012 / 14:00:48 / cg

o  basicSaveSettings
make sure, that the DB libs are present

o  removePerModuleDB

o  removePerModulePath

aspects
o  dbNameHolder

o  dbPrototypeList

o  initialListOfModules
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)

o  perModuleDB

o  perModuleDatabaseModule

o  selectedPerModuleDatabase

change & update
o  selectedPerModuleDatabaseChanged

o  update: something with: aParameter from: changedObject
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:

o  validateDatabaseExistsAndIsWritable: dbPath

o  validateDirectoryExistsAndIsWritable: aDirectory

help
o  editorHelpRelativeWikiURL
the relative URL of the dialog-description in the Wiki

o  helpFilename
(comment from inherited method)
subclasses must return either the relative path of a helpFile
in the doc/online/<language>/help directory,
or an absolute path (typically in its packageDirectory).
If an absolute filename is returned, the %(lang) sequence is replaced
by the current user's language.
Or nil, if no help is available.

initialization & release
o  initialize
(comment from inherited method)
must be called if redefined

queries
o  cvsRootFromCVSRootFileOrNil

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 04:01:23 GMT