Serialized Form
Package net.javaprog.ui.wizard |
model
WizardModel model
- The wizard's model.
- See Also:
Wizard.getModel()
icon
Icon icon
- An icon representing the wizard.
- See Also:
Wizard.getImageIcon()
stepListRenderer
StepListRenderer stepListRenderer
- The renderer for the step list.
- See Also:
Wizard.getStepListRenderer()
,
Wizard.setStepListRenderer(StepListRenderer)
stepDescriptionRenderer
StepDescriptionRenderer stepDescriptionRenderer
- The renderer for the step description.
- See Also:
Wizard.getStepDescriptionRenderer()
,
Wizard.setStepDescriptionRenderer(StepDescriptionRenderer)
wizard
Wizard wizard
Package net.javaprog.ui.wizard.plaf.basic |
wizard
Wizard wizard
backButton
JButton backButton
nextButton
JButton nextButton
finishButton
JButton finishButton
cancelButton
JButton cancelButton
helpButton
JButton helpButton
side
int side
side
int side
Package net.javaprog.ui.wizard.plaf.metal |
headerLabel
JLabel headerLabel
labelPanel
JPanel labelPanel
labels
JLabel[] labels
normal
Font normal
bold
Font bold
Package net.javaprog.ui.wizard.plaf.windows |
nameLabel
JLabel nameLabel
descriptionLabel
JLabel descriptionLabel
iconLabel
JLabel iconLabel
icon
Icon icon
backgroundImage
Image backgroundImage
foregroundImage
Image foregroundImage
foregroundImageX
int foregroundImageX
foregroundImageY
int foregroundImageY
isDisplayingFinishButton
boolean isDisplayingFinishButton
NEXT_BUTTON_TEXT
String NEXT_BUTTON_TEXT
NEXT_BUTTON_MNEMONIC
int NEXT_BUTTON_MNEMONIC