|
Class: ManagerPerModuleApp (private in PerforceSourceCodeManagementSettingsAppl
This class is only visible from within
PerforceSourceCodeManagementSettingsAppl.
Object
|
+--Model
|
+--ApplicationModel
|
+--PerforceSourceCodeManagementSettingsAppl::ManagerPerModuleApp
- Package:
- stx:libtool
- Category:
- System-SourceCodeManagement
- Owner:
- PerforceSourceCodeManagementSettingsAppl
instance creation
-
openFromSourceCodeManagementSettingsApp: something
-
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:PerforceSourceCodeManagementSettingsAppl::ManagerPerModuleApp andSelector:#windowSpec
PerforceSourceCodeManagementSettingsAppl::ManagerPerModuleApp new openInterface:#windowSpec
PerforceSourceCodeManagementSettingsAppl::ManagerPerModuleApp open
|
accessing
-
canceled
-
-
defaultSettingsPrototypeList
-
-
sourceCodeManagementSettingsApp
-
-
sourceCodeManagementSettingsApp: something
-
aspects
-
acceptChannel
-
automatically generated by UIPainter ...
-
acceptEnableChannel
-
automatically generated by UIPainter ...
-
moduleHolder
-
automatically generated by UIPainter ...
-
settingsHolder
-
automatically generated by UIPainter ...
initialization & release
-
doCancel
-
(comment from inherited method)
this is invoked by the Escape-Key (if escapeIsCancel) or
the cancel-button (if any), IFF the application has been
opened modal (i.e. as a dialog).
-
postBuildWith: aBuilder
-
This is a hook method generated by the Browser.
It will be invoked during the initialization of your app/dialog,
after all of the visual components have been built,
but BEFORE the top window is made visible.
Add any app-specific actions here (reading files, setting up values etc.)
See also #postOpenWith:, which is invoked after opening.
|