Uses of Class
org.argouml.cognitive.ui.Wizard

Packages that use Wizard
org.argouml.cognitive This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem. 
org.argouml.cognitive.critics The classes at the heart of critic functionality, including classes for general critics that belong in no more specific category. 
org.argouml.cognitive.ui Includes TreeModel/Perspectives/Perspetive rules, Wizard support, details pane tab for todo items. 
org.argouml.language.java.cognitive.critics Critics that are Java specific. 
org.argouml.uml.cognitive.critics This important package provides many UML critics (which mostly follow the uml well-formedness rules), some uml critic wizards, and support. 
 

Uses of Wizard in org.argouml.cognitive
 

Fields in org.argouml.cognitive declared as Wizard
private  Wizard ToDoItem.theWizard
           
 

Methods in org.argouml.cognitive that return Wizard
 Wizard ToDoItem.getWizard()
           
 

Uses of Wizard in org.argouml.cognitive.critics
 

Methods in org.argouml.cognitive.critics that return Wizard
 Wizard Critic.makeWizard(ToDoItem item)
          Create a new Wizard to help the user fix the identified problem.
 

Methods in org.argouml.cognitive.critics with parameters of type Wizard
 void Critic.initWizard(Wizard w)
          Initialize a newly created wizard with information found by the critic.
 

Uses of Wizard in org.argouml.cognitive.ui
 

Methods in org.argouml.cognitive.ui that return Wizard
 Wizard WizStep.getWizard()
           
 

Constructors in org.argouml.cognitive.ui with parameters of type Wizard
WizStepTextField(Wizard w, String instr, String lab, String val)
          The constructor.
WizStepManyTextFields(Wizard w, String instr, Vector strings)
          The constructor.
WizStepCue(Wizard w, String cue)
          The constructor.
WizStepConfirm(Wizard w, String instr)
          The constructor.
WizStepChoice(Wizard w, String instr, Vector ch)
          The constructor.
 

Uses of Wizard in org.argouml.language.java.cognitive.critics
 

Methods in org.argouml.language.java.cognitive.critics with parameters of type Wizard
 void CrMultipleInheritance.initWizard(Wizard w)
           
 

Uses of Wizard in org.argouml.uml.cognitive.critics
 

Subclasses of Wizard in org.argouml.uml.cognitive.critics
 class UMLWizard
          UMLWizard is an abstract convenience implementation for UML Wizards, which provides common methods to all its subclasses.
 class WizAddConstructor
          A wizard to add a constructor to a classifier.
 class WizAddInstanceVariable
          A wizard to add attributes to a classifier.
 class WizAddOperation
          A wizard to add operations to a classifier.
 class WizAssocComposite
          A non-modal wizard to assist the user in changing aggregation of an association.
 class WizBreakCircularComp
          A non-modal wizard to help the user change select an association to make non-aggregate.
 class WizCueCards
          A cue card wizard presents the user with a deck of instructions.
 class WizManyNames
          A non-modal wizard to help the user change the name of a MModelElement to a better name.
 class WizMEName
          A non-modal wizard to help the user change the name of a MModelElement to a better name.
 class WizNavigable
          A non-modal wizard to help the user change navigability of an association.
 class WizOperName
          A wizard to help the user change the name of an operation to a better name.
 class WizTooMany
          A wizard which adjust the threshold for critics.
 

Methods in org.argouml.uml.cognitive.critics with parameters of type Wizard
 void CrUnconventionalPackName.initWizard(Wizard w)
           
 void CrUnconventionalOperName.initWizard(Wizard w)
           
 void CrUnconventionalClassName.initWizard(Wizard w)
           
 void CrUnconventionalAttrName.initWizard(Wizard w)
           
 void CrNoInstanceVariables.initWizard(Wizard w)
           
 void CrNameConfusion.initWizard(Wizard w)
           
 void CrNameConflict.initWizard(Wizard w)
           
 void CrMissingStateName.initWizard(Wizard w)
           
 void CrMissingOperName.initWizard(Wizard w)
           
 void CrMissingClassName.initWizard(Wizard w)
           
 void CrMissingAttrName.initWizard(Wizard w)
           
 void CrDisambigClassName.initWizard(Wizard w)
           
 void CrConstructorNeeded.initWizard(Wizard w)
           
 void CrReservedName.initWizard(Wizard w)
           
 void CrNoOperations.initWizard(Wizard w)
           
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook