Uses of Class
org.jfree.ui.WizardPanel
Packages that use WizardPanel
-
Uses of WizardPanel in org.jfree.ui
Fields in org.jfree.ui declared as WizardPanelModifier and TypeFieldDescriptionprivate WizardPanel
WizardDialog.currentPanel
A reference to the current panel.Methods in org.jfree.ui that return WizardPanelModifier and TypeMethodDescriptionabstract WizardPanel
WizardPanel.getNextPanel()
Returns the next panel in the sequence, given the current user input.WizardDialog.getWizardPanel
(int step) Returns the panel for the specified step (steps are numbered from zero).Constructors in org.jfree.ui with parameters of type WizardPanelModifierConstructorDescriptionWizardDialog
(JDialog owner, boolean modal, String title, WizardPanel firstPanel) Standard constructor - builds and returns a new WizardDialog.WizardDialog
(JFrame owner, boolean modal, String title, WizardPanel firstPanel) Standard constructor - builds a new WizardDialog owned by the specified JFrame.