Serialized Form
Package org.pietschy.wizard |
wizard
Wizard wizard
lastButton
javax.swing.JButton lastButton
nextButton
javax.swing.JButton nextButton
previousButton
javax.swing.JButton previousButton
finishButton
javax.swing.JButton finishButton
cancelButton
javax.swing.JButton cancelButton
closeButton
javax.swing.JButton closeButton
helpButton
javax.swing.JButton helpButton
lastButtonGap
java.awt.Component lastButtonGap
helpButtonGap
java.awt.Component helpButtonGap
title
javax.swing.JLabel title
summary
javax.swing.JEditorPane summary
iconLabel
javax.swing.JLabel iconLabel
model
WizardModel model
gradientBackground
boolean gradientBackground
fadeColor
java.awt.Color fadeColor
kit
javax.swing.text.html.HTMLEditorKit kit
antiAlias
boolean antiAlias
forceReload
boolean forceReload
showUser
boolean showUser
summary
java.lang.String summary
- A summary of this step, or some usage advice.
icon
javax.swing.Icon icon
- An Icon that represents this step.
complete
boolean complete
- Marks this step as being fully configured. Only when this is true can the wizard
progress. This is a bound property.
busy
boolean busy
- Marks the task as being busy. While in this state the wizard will prevent cancel opertations.
nextAction
NextAction nextAction
previousAction
PreviousAction previousAction
lastAction
LastAction lastAction
finishAction
FinishAction finishAction
cancelAction
CancelAction cancelAction
closeAction
CloseAction closeAction
helpAction
HelpAction helpAction
helpBroker
HelpBroker helpBroker
activeStep
WizardStep activeStep
model
WizardModel model
defaultExitMode
int defaultExitMode
titleComponent
javax.swing.JComponent titleComponent
buttonBar
ButtonBar buttonBar
viewPanel
javax.swing.JPanel viewPanel
mainContainer
javax.swing.JPanel mainContainer
overviewContainer
javax.swing.JPanel overviewContainer
overviewVisible
boolean overviewVisible
canceled
boolean canceled
viewListener
java.beans.PropertyChangeListener viewListener
wizard
Wizard wizard
activeStep
WizardStep activeStep
Package org.pietschy.wizard.models |
model
StaticModel model
labels
java.util.HashMap labels
Copyright © 2004 Andrew Pietsch.