|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.japisoft.framework.wizard.DefaultWizardStepModel
Simple model for the set of wizardstep
WizardStep| Constructor Summary | |
DefaultWizardStepModel(JWizard wizard)
|
|
| Method Summary | |
void |
addWizardStep(WizardStep step)
Add a new wizard step |
WizardStep |
getWizardByName(java.lang.String name)
|
WizardStep |
getWizardStep(int index)
|
int |
getWizardStepCount()
|
int |
getWizardStepIndex(WizardStep step)
|
void |
insertWizardStep(int index,
WizardStep step)
Insert a wizard step |
void |
removeWizardStep(WizardStep step)
Remove a wizard step |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultWizardStepModel(JWizard wizard)
| Method Detail |
public int getWizardStepIndex(WizardStep step)
getWizardStepIndex in interface WizardStepModelpublic void addWizardStep(WizardStep step)
WizardStepModel
addWizardStep in interface WizardStepModel
public void insertWizardStep(int index,
WizardStep step)
WizardStepModel
insertWizardStep in interface WizardStepModelpublic void removeWizardStep(WizardStep step)
WizardStepModel
removeWizardStep in interface WizardStepModelpublic WizardStep getWizardByName(java.lang.String name)
getWizardByName in interface WizardStepModelpublic WizardStep getWizardStep(int index)
getWizardStep in interface WizardStepModelpublic int getWizardStepCount()
getWizardStepCount in interface WizardStepModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||