Module net.anwiba.commons.swing
Interface IWizardController
- All Known Implementing Classes:
AbstractWizardController
public interface IWizardController
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChangeListener(IChangeableObjectListener changeableObjectListener) booleanapply()booleancancel()booleanfinish()getIcon()booleanhasNext()booleanbooleanvoidnext()voidprevious()voidremoveChangeListener(IChangeableObjectListener changeableObjectListener)
-
Method Details
-
next
void next() -
previous
void previous() -
cancel
boolean cancel() -
finish
boolean finish() -
getMessage
IMessage getMessage() -
getWizardState
IWizardState getWizardState() -
addChangeListener
-
removeChangeListener
-
getNextEnabledDistributor
IBooleanDistributor getNextEnabledDistributor() -
getBackEnabledDistributor
IBooleanDistributor getBackEnabledDistributor() -
getDataStateDistributor
IObjectDistributor<DataState> getDataStateDistributor() -
getMessageDistributor
IObjectDistributor<String> getMessageDistributor() -
getIcon
Icon getIcon() -
hasNext
boolean hasNext() -
hasPrevious
boolean hasPrevious() -
apply
boolean apply() -
isFinishable
boolean isFinishable() -
getContentPane
Container getContentPane()
-