| Package | Description | 
|---|---|
| oracle.ide.wizard | 
 Contains classes that can be used to integrate gallery items and wizards into the product. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FSM | 
FSMBuilder.getFSM()
Returns an  
FSM for the specification that has been built up using this FSMBuilder. | 
static FSM | 
FSMBuilder.newFSM(Step[] steps)
Returns an FSM that is entirely based on the sequence of Steps specified. 
 | 
| Constructor and Description | 
|---|
FSMWizard(FSM fsm, Namespace data)
Creates an instance of  
FSMWizard using the specified FSM to drive the sequence of panels and the specified Namespace as the backing storage for the TraversableContext that is passed to the panels in their onEntry(...) and onExit(...) methods. |