Extension SDK 10.1.2

Uses of Class
oracle.ide.panels.Step

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

Uses of Step in oracle.ide.panels
 

Methods in oracle.ide.panels that return Step
static Step FinishPanel.newStep(java.lang.String finishText, java.lang.String descText, java.lang.String helpID)
          Convenience method for building a Step object for a FinishPanel based on the specified parameters.
static Step[] Step.newSteps(java.lang.String[] traversableClasses)
          Convenience method for creating an array of Step objects based on an array of strings that provide the fully qualified class names of the Traversables.
static Step WelcomePanel.newStep(java.lang.String wizardName, java.lang.String welcomeText, java.lang.String descriptiveText, java.lang.String saveKey, java.lang.String helpID)
          Convenience method for building a Step object for a WelcomePanel based on the specified parameters.
 

Methods in oracle.ide.panels with parameters of type Step
protected  void Step.copyToImpl(Step copy)
           
static FSM FSMBuilder.newFSM(Step[] steps)
          Returns an FSM that is entirely based on the sequence of Steps specified.
 void FSMBuilder.newStartState(Step step, java.lang.Object defaultTargetStateID)
          Tells the builder to create a new start state in the FSM.
 void FSMBuilder.newState(java.lang.Object stateID, Step step, java.lang.Object defaultTargetStateID)
          Tells the builder to create a new non-final state in the FSM.
 void FSMBuilder.newFinalState(java.lang.Object stateID, Step step)
          Tells the builder to create a new final state in the FSM.
 void FSMBuilder.newState(java.lang.Object stateID, Step step, java.lang.Object defaultTargetStateID, boolean isFinalState)
          Tells the builder to create a new state in the FSM.
 

Constructors in oracle.ide.panels with parameters of type Step
FSMWizard(Step[] steps, Namespace data)
          Creates a straight-through FSMWizard using the specified sequence of Steps.
FSMBuilder(Step[] fsmSteps)
          Creates an FSMBuilder that is initialized to contain the specified Steps.
 


Extension SDK

 

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