public interface IWizardController
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(IChangeableObjectListener changeableObjectListener) |
boolean |
apply() |
boolean |
cancel() |
boolean |
finish() |
IBooleanDistributor |
getBackEnabledDistributor() |
Container |
getContentPane() |
IObjectDistributor<DataState> |
getDataStateDistributor() |
Icon |
getIcon() |
IMessage |
getMessage() |
IObjectDistributor<String> |
getMessageDistributor() |
IBooleanDistributor |
getNextEnabledDistributor() |
IWizardState |
getWizardState() |
boolean |
hasNext() |
boolean |
hasPrevious() |
boolean |
isFinishable() |
void |
next() |
void |
previous() |
void |
removeChangeListener(IChangeableObjectListener changeableObjectListener) |
void next()
void previous()
boolean cancel()
boolean finish()
IMessage getMessage()
IWizardState getWizardState()
void addChangeListener(IChangeableObjectListener changeableObjectListener)
void removeChangeListener(IChangeableObjectListener changeableObjectListener)
IBooleanDistributor getNextEnabledDistributor()
IBooleanDistributor getBackEnabledDistributor()
IObjectDistributor<DataState> getDataStateDistributor()
IObjectDistributor<String> getMessageDistributor()
Icon getIcon()
boolean hasNext()
boolean hasPrevious()
boolean apply()
boolean isFinishable()
Container getContentPane()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.