Tweek Java API
v1.0


Package org.vrjuggler.tweek.wizard

Contains the components and interfaces provided by the Tweek Java wizard extension package.

See:
          Description

Interface Summary
WizardPane Interface for objects that wish to be a pane within a wizard.
WizardStep Interface for a step within a wizard sequence.
WizardStepIterator Interface for a bidirectional iterator over the WizardSteps contained within a Wizard.
WizardStepListener Interface for objects that wish to know about WizardStep events.
WizardView  
WizardViewListener Interface for objects that wish to know about WizardView events.
 

Class Summary
AbstractWizardStep This class provides a skeletal implementation of the WizardStep interface to minimize the effort required to implement that interface.
RootWizardSequence The root wizard sequence is the root step for the wizard tree.
Wizard Describes collection of WizardPanes in a particular sequence with the expectation that the user will walk through them from beginning to end.
WizardInputStream A WizardInputStream reads a Wizard from an InputStream.
WizardIterator This is an iterator that can traverse over the entireity of a Wizard.
WizardLoader  
WizardOutputStream A WizardOutputStream writes a Wizard to an OutputStream.
WizardSequence A WizardSequence is a composite WizardStep.
WizardStepEvent This event indicates that the status of a particular WizardStep has changed.
WizardStepFactory This all static class acts as a registry and factory for WizardSteps.
WizardViewerBean Bean implementation of the WizardView interface.
WizardViewEvent This event indicates that the status of a particular Wizard has changed.
 

Package org.vrjuggler.tweek.wizard Description

Contains the components and interfaces provided by the Tweek Java wizard extension package.


Tweek Java API
v1.0


Copyright © 1998–2005 Iowa State University. All rights reserved.