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
public class ChooseOneOfManyWizardPage<T> extends AbstractWizardPage
-
-
Constructor Summary
Constructors Constructor Description ChooseOneOfManyWizardPage(java.lang.String title, java.lang.String message, javax.swing.Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, java.util.List<T> values, IObjectModel<T> mobel, IObjectModel<IWizardAction> wizardActionModel, IApplicable<IWizardPage> applicable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfinishable()javax.swing.JComponentgetComponent()-
Methods inherited from class net.anwiba.commons.swing.dialog.wizard.AbstractWizardPage
getBackEnabledModel, getDataStateModel, getIcon, getMessage, getMessageDistributor, getMessageReciever, getNextEnabledModel, getTitle, getTitleReciever, isApplicable, isValid
-
-
-
-
Constructor Detail
-
ChooseOneOfManyWizardPage
public ChooseOneOfManyWizardPage(java.lang.String title, java.lang.String message, javax.swing.Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, java.util.List<T> values, IObjectModel<T> mobel, IObjectModel<IWizardAction> wizardActionModel, IApplicable<IWizardPage> applicable)
-
-