public class ChooseOneOfManyWizardPage<T> extends AbstractWizardPage
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
finishable() |
JComponent |
getComponent() |
getBackEnabledModel, getDataStateModel, getIcon, getMessage, getMessageDistributor, getMessageReciever, getNextEnabledModel, getTitle, getTitleReciever, isApplicable, isValidpublic 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)
public JComponent getComponent()
public boolean finishable()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.