Module net.anwiba.commons.swing
Interface IWizardPage
- All Superinterfaces:
IComponentProvider
- All Known Implementing Classes:
AbstractWizardPage,ChooseOneOfManyWizardPage
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetIcon()getTitle()booleanisApplicable(IWizardPage currentPage) Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
Method Details
-
getTitle
String getTitle() -
getMessage
String getMessage() -
getMessageDistributor
IObjectDistributor<String> getMessageDistributor() -
getNextEnabledModel
IBooleanDistributor getNextEnabledModel() -
getBackEnabledModel
IBooleanDistributor getBackEnabledModel() -
getDataStateModel
IObjectDistributor<DataState> getDataStateModel() -
getIcon
Icon getIcon() -
finishable
boolean finishable() -
isApplicable
-