Uses of Class
org.argouml.kernel.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
 

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, java.lang.String instr, java.lang.String lab, java.lang.String val)
           
WizStepManyTextFields(Wizard w, java.lang.String instr, java.util.Vector strings)
           
WizStepCue(Wizard w, java.lang.String cue)
           
WizStepConfirm(Wizard w, java.lang.String instr)
           
WizStepChoice(Wizard w, java.lang.String instr, java.util.Vector choices)
           
 

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 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 non-modal wizard to help the user change navigability of an association.
 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.
 

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 CrReservedName.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)
           
 



ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook