uci.uml.critics
Class WizCueCards

java.lang.Object
  |
  +--uci.argo.kernel.Wizard
        |
        +--uci.uml.critics.WizCueCards

public class WizCueCards
extends Wizard

A non-modal wizard to help the user change navigability of an association.

See Also:
Serialized Form

Field Summary
protected  Vector _cues
           
protected  WizStepCue[] _steps
           
 
Fields inherited from class uci.argo.kernel.Wizard
_finished, _item, _panels, _started, _step
 
Constructor Summary
WizCueCards()
           
 
Method Summary
 void addCue(String s)
           
 boolean canFinish()
          This wizard cannot automatically finish the task.
 void doAction(int oldStep)
          This wizard never takes action, it just displays step by step instructions.
 ModelElement getModelElement()
           
 int getNumSteps()
           
 JPanel makePanel(int newStep)
          Create a new panel for the given step.
 
Methods inherited from class uci.argo.kernel.Wizard
back, canGoBack, canGoNext, doAction, finish, getCurrentPanel, getPanel, getProgress, getToDoItem, isFinsished, isStarted, next, redoAction, redoAction, setToDoItem, undoAction, undoAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cues

protected Vector _cues

_steps

protected WizStepCue[] _steps
Constructor Detail

WizCueCards

public WizCueCards()
Method Detail

getNumSteps

public int getNumSteps()
Overrides:
getNumSteps in class Wizard

getModelElement

public ModelElement getModelElement()

addCue

public void addCue(String s)

makePanel

public JPanel makePanel(int newStep)
Create a new panel for the given step.
Overrides:
makePanel in class Wizard

doAction

public void doAction(int oldStep)
This wizard never takes action, it just displays step by step instructions.
Overrides:
doAction in class Wizard

canFinish

public boolean canFinish()
This wizard cannot automatically finish the task. It can only be finished when the user is on the last step.
Overrides:
canFinish in class Wizard