Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Package oracle.ide.wizard

Contains classes that can be used to integrate gallery items and wizards into the product.

See:
          Description

Class Summary
FinishPanel The FinishPanel provides a TraversablePanel implementation of a Wizard Finish page.
FSM FSM is a complete implementation of a finite state machine (a.k.a.
FSMBuilder This class provides the standard way of creating an FSM instance.
FSMWizard This class implements an FSM-driven sequence of pages hosted within a Bali Wizard.
FSMWizardListener  
GenericWizardLauncher  
Step The Step class is responsible for specifying metadata for a Traversable that has not yet been instantiated; Step differs from MetaTraversable in that Step is intended to be used for specifying a sequence of panels that are displayed by the FSMWizard.
TitledWizardDialog WizardDialog subclass which controls whether the welcome page is the first selected page when you run the wizard dialog.
WelcomePanel  
Wizard The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE.
WizardCallbacks This interface defines callback methods that are implemented by a a Traversable-based wizard dialog for the sake of Traversable panels that need to update the state of the wizard dialog's decorations.
WizardManager WizardManager provides the interface through which the IDE handles Wizards.
WizardWelcomePage A subclass of oracle.bali.ewt.wizard.WelcomeWizardPage which provides support for persisting the "show this page next time" option in the IDE settings.
WizardWelcomeSettings Settings that define whether a wizard welcome page is displayed.

 

Exception Summary
FSMException Base exception class for all FSM-related exceptions.
FSMInvalidException This exception is thrown when the definition of an FSM is determined to be invalid.
FSMTransitionException This exception is thrown when an FSM is asked to follow a transition which does not lead to a defined state.

 

Package oracle.ide.wizard Description

Contains classes that can be used to integrate gallery items and wizards into the product.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.