Uses of Interface
org.nuiton.jaxx.runtime.swing.wizard.WizardStepUI
-
Packages that use WizardStepUI Package Description org.nuiton.jaxx.runtime.swing.wizard JAXX - Wizard frameworkorg.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardStepUI in org.nuiton.jaxx.runtime.swing.wizard
Methods in org.nuiton.jaxx.runtime.swing.wizard that return WizardStepUI Modifier and Type Method Description WizardStepUI<E,M>WizardUI. getSelectedStepUI()WizardStepUI<E,M>WizardUI. getStepUI(int stepIndex)WizardStepUI<E,M>WizardUI. getStepUI(E step) -
Uses of WizardStepUI in org.nuiton.jaxx.runtime.swing.wizard.ext
Methods in org.nuiton.jaxx.runtime.swing.wizard.ext that return WizardStepUI Modifier and Type Method Description WizardStepUI<?,?>WizardExtStep. newUI(WizardExtUI<?,?> ui)Construit l'ui associée à l'étape.Methods in org.nuiton.jaxx.runtime.swing.wizard.ext that return types with arguments of type WizardStepUI Modifier and Type Method Description Class<? extends WizardStepUI<?,?>>WizardExtStep. getUiClass()
-