|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Path
| Method Summary | |
|---|---|
void |
acceptVisitor(PathVisitor visitor)
|
void |
addStep(WizardStep step)
Adds a wizard step to this path. |
boolean |
contains(WizardStep step)
|
WizardStep |
firstStep()
|
java.util.ArrayList |
getSteps()
|
boolean |
isFirstStep(WizardStep step)
Checks if the specified step is the first step in the path. |
boolean |
isLastStep(WizardStep step)
Checks if the specified step is the last step in the path. |
WizardStep |
lastStep()
|
WizardStep |
nextStep(WizardStep currentStep)
|
WizardStep |
previousStep(WizardStep currentStep)
|
| Method Detail |
|---|
void addStep(WizardStep step)
step - the next WizardStep in the path.WizardStep firstStep()
WizardStep nextStep(WizardStep currentStep)
WizardStep previousStep(WizardStep currentStep)
WizardStep lastStep()
boolean isFirstStep(WizardStep step)
step - the step to check
boolean isLastStep(WizardStep step)
step - the step to check
java.util.ArrayList getSteps()
boolean contains(WizardStep step)
void acceptVisitor(PathVisitor visitor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||