| Package | Description |
|---|---|
| net.anwiba.commons.swing.dialog.wizard |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWizardPage |
class |
ChooseOneOfManyWizardPage<T> |
| Modifier and Type | Method and Description |
|---|---|
IWizardPage |
IWizardPageFactory.create() |
protected IWizardPage |
AbstractWizardController.getNext() |
protected IWizardPage |
AbstractWizardController.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractWizardPage.isApplicable(IWizardPage object) |
boolean |
IWizardPage.isApplicable(IWizardPage currentPage) |
| Constructor and Description |
|---|
AbstractWizardController(List<IWizardPage> container,
net.anwiba.commons.model.IObjectModel<DataState> dataStateModel) |
AbstractWizardPage(String title,
String message,
Icon icon,
IApplicable<IWizardPage> applicable) |
ChooseOneOfManyWizardPage(String title,
String message,
Icon icon,
DataState state,
boolean finishable,
IObjectUi<T> objectUi,
List<T> values,
net.anwiba.commons.model.IObjectModel<T> mobel,
IApplicable<IWizardPage> applicable) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.