Skip navigation links

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

E13403-10


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.
WizardArb  
WizardArb_ar  
WizardArb_cs  
WizardArb_da  
WizardArb_de  
WizardArb_el  
WizardArb_en  
WizardArb_es  
WizardArb_fi  
WizardArb_fr  
WizardArb_fr_CA  
WizardArb_hu  
WizardArb_it  
WizardArb_iw  
WizardArb_ja  
WizardArb_ko  
WizardArb_nl  
WizardArb_no  
WizardArb_pl  
WizardArb_pt  
WizardArb_pt_BR  
WizardArb_ro  
WizardArb_ru  
WizardArb_sk  
WizardArb_sv  
WizardArb_th  
WizardArb_tr  
WizardArb_zh_CN  
WizardArb_zh_TW  
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.7.2)

E13403-10


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