|
Class: NewClassWizardDialog (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--SimpleDialog
|
+--Tools::NewClassWizardDialog
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.36
date: 2022/02/11 15:27:56
- user: cg
- file: Tools__NewClassWizardDialog.st directory: libtool
- module: stx stc-classLibrary: libtool
documentation to be added.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2009 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.
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
wizardIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self wizardIcon inspect
ImageEditor openOnClass:self andSelector:#wizardIcon
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:Tools::NewClassWizardDialog andSelector:#windowSpec
Tools::NewClassWizardDialog new openInterface:#windowSpec
Tools::NewClassWizardDialog open
|
accessing
-
compilerProviderBlock: aBlock
-
see NewSystemBrowser on how to use this
-
createdClass
-
-
language
-
actions
-
doAccept
-
(comment from inherited method)
force accept
-
doAcceptForNewClass
-
done in caller (for undo handling...)
-
doAcceptForNewPackage
-
hack - for now.
-
doCancel
-
(comment from inherited method)
force cancel
-
openCategoryChooser
-
-
openNamespaceChooser
-
(mis)use the browser's namespace dialog
-
openPackageChooser
-
(mis)use the browser's package dialog
-
openSuperClassChooser
-
(mis)use the browser's class dialog
-
stereotypeChanged
-
stereoTypeSymbol = #'Enumeration' ifTrue:[
-
stereotypeSymbol
-
aspects
-
canDisableTemplateCreationHolder
-
-
categoryHolder
-
-
classInstVarNamesHolder
-
-
classNameHolder
-
-
classNameVisibleHolder
-
-
classVarNamesHolder
-
-
createAccessors
-
-
createAccessorsHolder
-
-
createClassInitializerMethod
-
-
createClassInitializerMethodHolder
-
-
createInitialGUICode
-
-
createInitialGUICodeHolder
-
-
createInitializer
-
-
createInitializerHolder
-
-
createPrintMethod
-
-
createPrintMethodHolder
-
-
createRequiredMethods
-
-
createRequiredMethodsHolder
-
-
createUpdateMethod
-
-
createUpdateMethodHolder
-
-
indexType
-
-
indexTypeHolder
-
indexTypeHolder onChangeSend:#indexTypeChanged to:self.
-
indexTypeList
-
variable words pointers
-
indexTypeNameList
-
-
instVarNamesHolder
-
-
isCreatingClassHolder
-
-
isCreatingPackageHolder
-
-
languageHolder
-
-
listOfCategories
-
-
listOfLanguages
-
-
listOfNamespaces
-
self new listOfNamespaces
-
listOfPackages
-
-
listOfStereotypeSymbols
-
program readable list
-
listOfStereotypes
-
human readable list
-
listOfSuperclasses
-
-
listOfSuperclassesHolder
-
-
nameSpaceHolder
-
nameSpaceHolder addDependent:self.
Usage example(s):
nameSpaceHolder onChangeSend:#nameSpaceHolderChanged to:self.
|
-
packageHolder
-
PackageId noProjectID
-
recentlyVisitedClasses
-
-
stereotypeHolder
-
-
stereotypeSpec
-
( Enumeration Enumeration )
-
superclassNameHolder
-
Starting the application:
Tools::NewClassDialog open
|
more examples to be added:
... add code fragment for
... executable example here ...
|
|