public interface IWizardPage extends IComponentProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
finishable() |
IBooleanDistributor |
getBackEnabledModel() |
IObjectDistributor<DataState> |
getDataStateModel() |
Icon |
getIcon() |
String |
getMessage() |
IObjectDistributor<String> |
getMessageDistributor() |
IBooleanDistributor |
getNextEnabledModel() |
String |
getTitle() |
boolean |
isApplicable(IWizardPage currentPage) |
getComponentString getTitle()
String getMessage()
IObjectDistributor<String> getMessageDistributor()
IBooleanDistributor getNextEnabledModel()
IBooleanDistributor getBackEnabledModel()
IObjectDistributor<DataState> getDataStateModel()
Icon getIcon()
boolean finishable()
boolean isApplicable(IWizardPage currentPage)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.