eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'PerforceSourceCodeManagementSettingsAppl':

Home

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

Class: PerforceSourceCodeManagementSettingsAppl


Inheritance:

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

Package:
stx:libtool
Category:
System-SourceCodeManagement
Version:
rev: 1.39 date: 2019/07/16 13:06:00
user: cg
file: PerforceSourceCodeManagementSettingsAppl.st directory: libtool
module: stx stc-classLibrary: libtool
Author:
Claus Gittinger

Description:


documentation to be added.

class:
    <a short class summary here, describing what instances represent>

responsibilities:    
    <describing what my main role is>

collaborators:    
    <describing with whom and how I talk to>

API:
    <public api and main messages>
    
example:
    <a one-line examples on how to use - can also be in a separate example method>

implementation:
    <implementation points>


[instance variables:]

[class variables:]


Related information:



Class protocol:

image specs
o  defaultIcon
^ self defaultIcon3

o  defaultIcon1
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon1 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon1
     Icon flushCachedIcons

o  defaultIcon2
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon2 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon2
     Icon flushCachedIcons

o  defaultIcon3
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon3 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon3
     Icon flushCachedIcons

o  defaultIcon4
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon4 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon4
     Icon flushCachedIcons

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:PerforceSourceCodeManagementSettingsAppl andSelector:#windowSpec
     PerforceSourceCodeManagementSettingsAppl new openInterface:#windowSpec
     PerforceSourceCodeManagementSettingsAppl open

menu specs
o  menuPerModule
This resource specification was automatically generated
by the MenuEditor of ST/X.

usage example(s):

     MenuEditor new openOnClass:PerforceSourceCodeManagementSettingsAppl andSelector:#menuPerModule
     (Menu new fromLiteralArrayEncoding:(PerforceSourceCodeManagementSettingsAppl menuPerModule)) startUp

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

tableColumns specs
o  tableColumns
This resource specification was automatically generated
by the DataSetBuilder of ST/X.

usage example(s):

     DataSetBuilder new openOnClass:PerforceSourceCodeManagementSettingsAppl andSelector:#tableColumns


Instance protocol:

actions
o  addModule: aModuleManager

o  addModule: module withData: data

o  addPerModuleRoot

o  basicReadSettings
self selectedPerModuleRootChanged.

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

o  checkPerforceSettings

o  condenseSourceCache

o  flushSourceCache

o  removePerModuleRoot

aspects
o  checkLabel
automatically generated by UIPainter ...

o  defaultSettingsHolder

o  defaultSettingsPrototypeList

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

o  perforceExecutableHolder

o  perforcePrototypeList

o  selectedPerModuleRoot

o  tableColumns
automatically generated by UIPainter ...

o  verboseSourceCodeAccess

change & update
o  selectedPerModuleRootChanged

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

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  hasManager
true if ANY source code management class is available

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

o  repositoryInfoPerModuleFor: sourceCodeManager


Private classes:

    ManagerPerModuleApp
    ModuleManager

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:
   PerforceSourceCodeManagementSettingsAppl open
opening the application on some model:
   PerforceSourceCodeManagementSettingsAppl openOn:aModel


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 13:11:47 GMT