|
Class: PerforceSourceCodeManagementSettingsAppl
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSourceCodeManagementSettingsAppl
|
+--PerforceSourceCodeManagementSettingsAppl
- Package:
- stx:libtool
- Category:
- System-SourceCodeManagement
- Version:
- rev:
1.47
date: 2022/02/11 15:24:53
- user: cg
- file: PerforceSourceCodeManagementSettingsAppl.st directory: libtool
- module: stx stc-classLibrary: libtool
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:]
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.
image specs
-
defaultIcon
-
^ self defaultIcon3
-
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
|
-
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
|
-
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
|
-
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
-
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
-
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
-
managerClass
-
backlink to my manager class (needed by the settings app)
tableColumns specs
-
tableColumns
-
This resource specification was automatically generated
by the DataSetBuilder of ST/X.
Usage example(s):
DataSetBuilder new openOnClass:PerforceSourceCodeManagementSettingsAppl andSelector:#tableColumns
|
actions
-
addModule: aModuleManager
-
-
addModule: module withData: data
-
-
addPerModuleRoot
-
-
basicReadSettings
-
self selectedPerModuleRootChanged.
-
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
-
checkPerforceSettings
-
-
condenseSourceCache
-
-
flushSourceCache
-
-
removePerModuleRoot
-
aspects
-
checkLabel
-
automatically generated by UIPainter ...
-
defaultSettingsHolder
-
-
defaultSettingsPrototypeList
-
-
initialListOfModules
-
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)
-
perforceExecutableHolder
-
-
perforcePrototypeList
-
-
selectedPerModuleRoot
-
-
tableColumns
-
automatically generated by UIPainter ...
-
verboseSourceCodeAccess
-
change & update
-
selectedPerModuleRootChanged
-
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
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
-
hasManager
-
true if ANY source code management class is available
-
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
-
repositoryInfoPerModuleFor: sourceCodeManager
-
ManagerPerModuleApp
ModuleManager
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
|
|