|
Class: SubmitInfoDialog (private in PerforceSourceCodeManagerUtilities
This class is only visible from within
PerforceSourceCodeManagerUtilities.
Object
|
+--Model
|
+--ApplicationModel
|
+--SimpleDialog
|
+--PerforceSourceCodeManagerUtilities::SubmitInfoDialog
- Package:
- stx:libtool
- Category:
- System-SourceCodeManagement
- Owner:
- PerforceSourceCodeManagerUtilities
checkin-dialog.
used to be private in SourceCodeManagerUtilites.
moved to libtool because libbasic3 should not contain code inheriting from GUI classes.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2005 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.
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:PerforceSourceCodeManagerUtilities::SubmitInfoDialog andSelector:#windowSpec
PerforceSourceCodeManagerUtilities::SubmitInfoDialog new openInterface:#windowSpec
PerforceSourceCodeManagerUtilities::SubmitInfoDialog open
|
opening
-
getCheckinInfoFor: aClassNameOrPackageNameString initialAnswer: initialAnswer withFileList: fileList
-
self getCheckinInfoFor:'hello' initialAnswer:'bla'
-
getCheckinInfoFor: aClassNameOrPackageNameString initialAnswer: initialAnswer withQuickOption: withQuickOption
-
self getCheckinInfoFor:'hello' initialAnswer:'bla'
accessing
-
allowEmptyLogMessage
-
-
allowEmptyLogMessage: aBoolean
-
-
description
-
-
description: aString
-
-
files
-
-
files: aString
-
-
isStable
-
-
isStable: aBoolean
-
-
logMessage
-
-
logMessage: aString
-
-
quickCheckIn
-
-
quickCheckIn: aBoolean
-
-
tag
-
-
tag: aStringOrNil
-
-
tagIt
-
-
withQuickOption: aBoolean
-
aspects
-
descriptionHolder
-
-
filesHolder
-
automatically generated by UIPainter ...
-
isStableHolder
-
-
logMessageHolder
-
-
quickCheckInHolder
-
-
quickCheckInVisibleHolder
-
-
tagHolder
-
-
tagItInHolder
-
automatically generated by UIPainter ...
-
warningMessageHolder
-
|