|
Class: StoreSourceCodeManagementSettingsAppl
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSourceCodeManagementSettingsAppl
|
+--StoreSourceCodeManagementSettingsAppl
- Package:
- stx:libtool
- Category:
- System-SourceCodeManagement
- Version:
- rev:
1.38
date: 2024/01/15 16:16:13
- user: stefan
- file: StoreSourceCodeManagementSettingsAppl.st directory: libtool
- module: stx stc-classLibrary: libtool
Store (visualWorks repository access) source code settings - highly experimental and unsupported.
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
-
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:StoreSourceCodeManagementSettingsAppl andSelector:#windowSpec
StoreSourceCodeManagementSettingsAppl new openInterface:#windowSpec
StoreSourceCodeManagementSettingsAppl open
|
queries
-
managerClass
-
backlink to my manager class (needed by the settings app)
actions
-
addModule: module withData: data
-
-
basicReadSettings
-
StoreSourceCodeManager forgetDisabledModules.
-
basicSaveSettings
-
???
-
removePerModuleRoot
-
-
setupSourceCodeManager
-
actions - store
-
addPerStoreModuleDB
-
-
basicSaveStoreSettings
-
-
browsePerStoreModuleDB
-
-
browseStoreDB: dbInfo
-
-
connectPerStoreModuleDB
-
-
storeConnect
-
-
tryToConnectTo: dbInfo
-
aspects
-
initialListOfModules
-
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)
-
managerIsCVSSourceCodeManager
-
-
managerIsSmallTeamSourceCodeManager
-
-
managerIsStoreSourceCodeManager
-
-
perModuleFieldsEnableHolder
-
-
perModuleRoot
-
-
perModuleRootModule
-
-
perStoreModuleFieldsEnableHolder
-
-
perStoreModuleHostnameHolder
-
-
perStoreModulePasswordHolder
-
-
perStoreModuleRoot
-
-
perStoreModuleRootModule
-
-
perStoreModuleUsernameHolder
-
-
selectedPerModuleRoot
-
-
selectedPerStoreModuleRoot
-
-
storeConnectEnabled
-
-
storeConnectInModuleEnabled
-
-
storeHostPrototypeList
-
-
storeHostnameHolder
-
LastStoreHost ?
-
storeLoginEnabled
-
-
storePasswordHolder
-
LastStorePassword ?
-
storeUsernameHolder
-
LastStoreUser ?
-
useManager
-
change & update
-
selectedPerModuleRootChanged
-
-
selectedPerStoreModuleRootChanged
-
-
update: something with: aParameter from: changedObject
-
store
-
updateConnectEnableHolders
-
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
-
self availableManagers
|