|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.javaprog.ui.wizard.DefaultWizardModel.DummyStep
Step implementation used in dynamic wizard models. This step will be automatically added to your wizard model to show that it is dynamic.
| Field Summary |
| Fields inherited from interface net.javaprog.ui.wizard.Step |
BACK_PROPERTY, FINISH_PROPERTY, NEXT_PROPERTY |
| Constructor Summary | |
DefaultWizardModel.DummyStep()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultWizardModel.DummyStep()
| Method Detail |
public void addPropertyChangeListener(PropertyChangeListener l)
Step
addPropertyChangeListener in interface Steppublic boolean canFinish()
Step
canFinish in interface Steppublic boolean canGoBack()
Step
canGoBack in interface Steppublic boolean canGoNext()
Step
canGoNext in interface Steppublic JComponent getComponent()
Step
getComponent in interface Steppublic String getDescription()
Step
getDescription in interface Steppublic String getName()
Step
getName in interface Steppublic void prepareRendering()
Step
prepareRendering in interface StepStep.getComponent()public void removePropertyChangeListener(PropertyChangeListener l)
Step
removePropertyChangeListener in interface StepStep.addPropertyChangeListener(PropertyChangeListener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||