Uses of Interface
jaxx.runtime.swing.wizard.WizardStepUI
-
Packages that use WizardStepUI Package Description jaxx.runtime.swing.wizard JAXX - Wizard frameworkjaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardStepUI in jaxx.runtime.swing.wizard
Methods in 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 jaxx.runtime.swing.wizard.ext
Methods in 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 jaxx.runtime.swing.wizard.ext that return types with arguments of type WizardStepUI Modifier and Type Method Description Class<? extends WizardStepUI<?,?>>WizardExtStep. getUiClass()
-