Package | Description |
---|---|
org.jfree.ui |
Utility classes for creating user interfaces.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Constructor and Description |
---|
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.
|
Copyright © 2001–2018 JFree.org. All rights reserved.