Uses of Class
ca.cgjennings.ui.wizard.WizardPanel
-
Packages that use WizardPanel Package Description ca.cgjennings.ui.wizard -
-
Uses of WizardPanel in ca.cgjennings.ui.wizard
Fields in ca.cgjennings.ui.wizard declared as WizardPanel Modifier and Type Field Description protected WizardPanel
WizardController. panel
Methods in ca.cgjennings.ui.wizard that return WizardPanel Modifier and Type Method Description WizardPanel
WizardController. getPanel()
Returns the panel that displays the pages of the wizard.Constructors in ca.cgjennings.ui.wizard with parameters of type WizardPanel Constructor Description WizardController(javax.swing.JButton nextBtn, javax.swing.JButton prevBtn, javax.swing.JButton finishBtn, WizardPanel panel, WizardModel model)
Creates a new controller that makes aWizardPanel
interactive by linking it with a set of controls and aWizardModel
.
-