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
| 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 |
_cues
protected Vector _cues
_steps
protected WizStepCue[] _steps
WizCueCards
public WizCueCards()
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