|
juife v0.1a |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardModel
This interface defines a suitable data model for a Wizard.
| Method Summary | |
|---|---|
void |
addActionListener(java.awt.event.ActionListener l)
Registers the specified ActionListener to be
notified when the current page is changed. |
WizardPage |
getCurrentPage()
Gets the current page. |
java.lang.String |
getCurrentStep()
Gets the current step in the wizard. |
java.lang.String[] |
getSteps()
Gets a String array providing the current list of steps. |
boolean |
hasLast()
Determines whether the last page is specified. |
boolean |
hasNext()
Determines whether there is a next page in this wizard. |
boolean |
hasPrevious()
Determines whether there is a previous page in this wizard. |
WizardPage |
last()
Moves to the last page in the wizard. |
WizardPage |
next()
Moves to the next page in the wizard. |
WizardPage |
previous()
Moves to the previous page in the wizard. |
void |
removeActionListener(java.awt.event.ActionListener l)
Removes the specified listener. |
| Method Detail |
|---|
void addActionListener(java.awt.event.ActionListener l)
ActionListener to be
notified when the current page is changed.
l - The ActionListener to register.void removeActionListener(java.awt.event.ActionListener l)
l - The ActionListener to remove.boolean hasNext()
true if there is a next page in this wizard,
false otherwise.next()WizardPage next()
hasNext()boolean hasPrevious()
true if there is a previous page in this wizard,
false otherwise.previous()WizardPage previous()
hasPrevious()boolean hasLast()
true if last page is specified,
false otherwise.last()WizardPage last()
hasLast()WizardPage getCurrentPage()
null if there isn't current page yet.java.lang.String[] getSteps()
String array providing the current list of steps.
String array providing the current list of steps or
null if the list of steps is not available.java.lang.String getCurrentStep()
null if there is no current step.
|
juife v0.1a |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2005 Grigor Iliev. All rights reserved. |