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 Package Specification (none) Related Documentation (none) 
org.argouml.language.java.cognitive.critics Package Specification (none) Related Documentation (none) 
org.argouml.uml.cognitive.critics Package Specification (none) Related Documentation (none) 
 

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

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. Earlier version always imposed composite aggregation.
 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 CrNameConfusion.initWizard(Wizard w)
           
 void CrMissingClassName.initWizard(Wizard w)
           
 void CrDisambigClassName.initWizard(Wizard w)
           
 void CrUnconventionalOperName.initWizard(Wizard w)
           
 void CrNameConflict.initWizard(Wizard w)
           
 void CrUnconventionalAttrName.initWizard(Wizard w)
           
 void CrMissingStateName.initWizard(Wizard w)
           
 void CrMissingOperName.initWizard(Wizard w)
           
 void CrMissingAttrName.initWizard(Wizard w)
           
 void CrUnconventionalPackName.initWizard(Wizard w)
           
 void CrReservedName.initWizard(Wizard w)
           
 void CrUnconventionalClassName.initWizard(Wizard w)
           
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook