public abstract class AbstractWizardPage extends Object implements IWizardPage
| Constructor and Description |
|---|
AbstractWizardPage(String title,
String message,
Icon icon,
IApplicable<IWizardPage> applicable) |
| Modifier and Type | Method and Description |
|---|---|
IBooleanModel |
getBackEnabledModel() |
IObjectModel<DataState> |
getDataStateModel() |
Icon |
getIcon() |
String |
getMessage() |
IObjectDistributor<String> |
getMessageDistributor() |
IObjectReceiver<String> |
getMessageReciever() |
IBooleanModel |
getNextEnabledModel() |
String |
getTitle() |
IObjectModel<String> |
getTitleReciever() |
boolean |
isApplicable(IWizardPage object) |
protected boolean |
isValid(IObjectDistributor<IValidationResult> validationResultDistributor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishablegetComponentpublic AbstractWizardPage(String title, String message, Icon icon, IApplicable<IWizardPage> applicable)
public String getTitle()
getTitle in interface IWizardPagepublic String getMessage()
getMessage in interface IWizardPageprotected boolean isValid(IObjectDistributor<IValidationResult> validationResultDistributor)
public IObjectModel<String> getTitleReciever()
public final IObjectReceiver<String> getMessageReciever()
public final IObjectDistributor<String> getMessageDistributor()
getMessageDistributor in interface IWizardPagepublic final IBooleanModel getNextEnabledModel()
getNextEnabledModel in interface IWizardPagepublic final IBooleanModel getBackEnabledModel()
getBackEnabledModel in interface IWizardPagepublic Icon getIcon()
getIcon in interface IWizardPagepublic final IObjectModel<DataState> getDataStateModel()
getDataStateModel in interface IWizardPagepublic boolean isApplicable(IWizardPage object)
isApplicable in interface IWizardPageCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.