Extension SDK 10.1.2

Uses of Class
oracle.ide.panels.FSM

Packages that use FSM
oracle.ide.panels Provides a framework for building panel-based UI. 
 

Uses of FSM in oracle.ide.panels
 

Methods in oracle.ide.panels that return FSM
static FSM FSMBuilder.newFSM(Step[] steps)
          Returns an FSM that is entirely based on the sequence of Steps specified.
 FSM FSMBuilder.getFSM()
          Returns an FSM for the specification that has been built up using this FSMBuilder.
 

Constructors in oracle.ide.panels with parameters of type FSM
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.
 


Extension SDK

 

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