|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Models a simple step in a sequence of steps. It is recommended
to subclass AbstractStep instead of implementing this interface.
WizardModel,
AbstractStep| Field Summary | |
static String |
BACK_PROPERTY
|
static String |
FINISH_PROPERTY
|
static String |
NEXT_PROPERTY
|
| Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a listener for the back, next and finish properties. |
boolean |
canFinish()
Returns whether the finish action is enabled. |
boolean |
canGoBack()
Returns whether the back action is enabled. |
boolean |
canGoNext()
Returns whether the next action is enabled. |
JComponent |
getComponent()
Returns the step's component that will be displayed in the wizard. |
String |
getDescription()
Returns a descriptive string for this step that might be displayed in the StepDescriptionRenderer. |
String |
getName()
Returns the step's name that might be displayed in the StepDescriptionRenderer and in the StepListRenderer. |
void |
prepareRendering()
Is called just before the component will be displayed. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a previously added listener. |
| Field Detail |
public static final String BACK_PROPERTY
public static final String FINISH_PROPERTY
public static final String NEXT_PROPERTY
| Method Detail |
public void addPropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener(PropertyChangeListener)public boolean canFinish()
public boolean canGoBack()
public boolean canGoNext()
public JComponent getComponent()
public String getDescription()
public String getName()
public void prepareRendering()
getComponent()public void removePropertyChangeListener(PropertyChangeListener l)
addPropertyChangeListener(PropertyChangeListener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||