Uses of Interface
net.anwiba.commons.swing.dialog.wizard.IWizardPage
-
Packages that use IWizardPage Package Description net.anwiba.commons.swing.dialog.wizard -
-
Uses of IWizardPage in net.anwiba.commons.swing.dialog.wizard
Classes in net.anwiba.commons.swing.dialog.wizard that implement IWizardPage Modifier and Type Class Description classAbstractWizardPageclassChooseOneOfManyWizardPage<T>Methods in net.anwiba.commons.swing.dialog.wizard that return IWizardPage Modifier and Type Method Description IWizardPageIWizardPageFactory. create()protected IWizardPageAbstractWizardController. getNext()protected IWizardPageAbstractWizardController. getPrevious()Methods in net.anwiba.commons.swing.dialog.wizard with parameters of type IWizardPage Modifier and Type Method Description booleanAbstractWizardPage. isApplicable(IWizardPage object)booleanIWizardPage. isApplicable(IWizardPage currentPage)Constructor parameters in net.anwiba.commons.swing.dialog.wizard with type arguments of type IWizardPage Constructor Description AbstractWizardController(java.util.List<IWizardPage> container, IObjectModel<DataState> dataStateModel)AbstractWizardController(java.util.List<IWizardPage> container, IObjectModel<DataState> dataStateModel, IObjectModel<IWizardAction> wizardActionModel)AbstractWizardPage(java.lang.String title, java.lang.String message, javax.swing.Icon icon, IApplicable<IWizardPage> applicable)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)
-