Serialized Form


Package org.pietschy.wizard

Class org.pietschy.wizard.ButtonBar extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.pietschy.wizard.DefaultTitleComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.pietschy.wizard.HTMLPane extends javax.swing.JEditorPane implements Serializable

Serialized Fields

kit

javax.swing.text.html.HTMLEditorKit kit

antiAlias

boolean antiAlias

forceReload

boolean forceReload

Class org.pietschy.wizard.InvalidStateException extends java.lang.Exception implements Serializable

Serialized Fields

showUser

boolean showUser

Class org.pietschy.wizard.PanelWizardStep extends javax.swing.JPanel implements Serializable

Serialized Fields

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.

Class org.pietschy.wizard.Wizard extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.pietschy.wizard.WizardAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

wizard

Wizard wizard

activeStep

WizardStep activeStep

Class org.pietschy.wizard.WizardEvent extends java.util.EventObject implements Serializable


Package org.pietschy.wizard.models

Class org.pietschy.wizard.models.StaticModelOverview extends javax.swing.JPanel implements Serializable

Serialized Fields

model

StaticModel model

labels

java.util.HashMap labels



Copyright © 2004 Andrew Pietsch.