Module net.anwiba.commons.swing
Class ChooseOneOfManyWizardPage<T>
java.lang.Object
net.anwiba.commons.swing.dialog.wizard.AbstractWizardPage
net.anwiba.commons.swing.dialog.wizard.ChooseOneOfManyWizardPage<T>
- All Implemented Interfaces:
IComponentProvider,IWizardPage
-
Constructor Summary
ConstructorsConstructorDescriptionChooseOneOfManyWizardPage(String title, String message, Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, List<T> values, IObjectModel<T> mobel, IObjectModel<IWizardAction> wizardActionModel, IApplicable<IWizardPage> applicable) -
Method Summary
Methods inherited from class net.anwiba.commons.swing.dialog.wizard.AbstractWizardPage
getBackEnabledModel, getDataStateModel, getIcon, getMessage, getMessageDistributor, getMessageReciever, getNextEnabledModel, getTitle, getTitleReciever, isApplicable, isValid
-
Constructor Details
-
ChooseOneOfManyWizardPage
public ChooseOneOfManyWizardPage(String title, String message, Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, List<T> values, IObjectModel<T> mobel, IObjectModel<IWizardAction> wizardActionModel, IApplicable<IWizardPage> applicable)
-
-
Method Details
-
getComponent
-
finishable
public boolean finishable()
-