|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardPanel | |
---|---|
org.jfree.ui | Utility classes for creating user interfaces. |
Uses of WizardPanel in org.jfree.ui |
---|
Methods in org.jfree.ui that return WizardPanel | |
---|---|
abstract WizardPanel |
WizardPanel.getNextPanel()
Returns the next panel in the sequence, given the current user input. |
WizardPanel |
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 WizardPanel | |
---|---|
WizardDialog(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. |
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |