Uses of Interface
net.anwiba.commons.swing.dialog.wizard.IWizardPage
Packages that use IWizardPage
-
Uses of IWizardPage in net.anwiba.commons.swing.dialog.wizard
Classes in net.anwiba.commons.swing.dialog.wizard that implement IWizardPageMethods in net.anwiba.commons.swing.dialog.wizard that return IWizardPageModifier and TypeMethodDescriptionIWizardPageFactory.create()protected IWizardPageAbstractWizardController.getNext()protected IWizardPageAbstractWizardController.getPrevious()Methods in net.anwiba.commons.swing.dialog.wizard with parameters of type IWizardPageModifier and TypeMethodDescriptionbooleanAbstractWizardPage.isApplicable(IWizardPage object) booleanIWizardPage.isApplicable(IWizardPage currentPage) Constructor parameters in net.anwiba.commons.swing.dialog.wizard with type arguments of type IWizardPageModifierConstructorDescriptionAbstractWizardController(List<IWizardPage> container, IObjectModel<DataState> dataStateModel) AbstractWizardController(List<IWizardPage> container, IObjectModel<DataState> dataStateModel, IObjectModel<IWizardAction> wizardActionModel) 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, IObjectModel<T> mobel, IObjectModel<IWizardAction> wizardActionModel, IApplicable<IWizardPage> applicable)