Module net.anwiba.commons.swing
Class AbstractWizardPage
java.lang.Object
net.anwiba.commons.swing.dialog.wizard.AbstractWizardPage
- All Implemented Interfaces:
IComponentProvider,IWizardPage
- Direct Known Subclasses:
ChooseOneOfManyWizardPage
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractWizardPage(String title, String message, Icon icon, IApplicable<IWizardPage> applicable) -
Method Summary
Modifier and TypeMethodDescriptionfinal IBooleanModelfinal IObjectModel<DataState>getIcon()final IObjectDistributor<String>final IObjectReceiver<String>final IBooleanModelgetTitle()booleanisApplicable(IWizardPage object) protected booleanisValid(IObjectDistributor<IValidationResult> validationResultDistributor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponentMethods inherited from interface net.anwiba.commons.swing.dialog.wizard.IWizardPage
finishable
-
Constructor Details
-
AbstractWizardPage
public AbstractWizardPage(String title, String message, Icon icon, IApplicable<IWizardPage> applicable)
-
-
Method Details
-
getTitle
- Specified by:
getTitlein interfaceIWizardPage
-
getMessage
- Specified by:
getMessagein interfaceIWizardPage
-
isValid
-
getTitleReciever
-
getMessageReciever
-
getMessageDistributor
- Specified by:
getMessageDistributorin interfaceIWizardPage
-
getNextEnabledModel
- Specified by:
getNextEnabledModelin interfaceIWizardPage
-
getBackEnabledModel
- Specified by:
getBackEnabledModelin interfaceIWizardPage
-
getIcon
- Specified by:
getIconin interfaceIWizardPage
-
getDataStateModel
- Specified by:
getDataStateModelin interfaceIWizardPage
-
isApplicable
- Specified by:
isApplicablein interfaceIWizardPage
-