Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.ide.wizard.Step

Packages that use Step
oracle.ide.db.panels.sql UI classes for declaratively editing a SQL query. 
oracle.ide.db.transfer Contains an API for transfering database object from one DBObjectProvider to another. 
oracle.ide.db.transfer.generate Contains classes that control the targets available for generating database objects to in the IDE. 
oracle.ide.migration Contains API classes for support the migration of Node types and user preferences in the system directory. 
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
 

Uses of Step in oracle.ide.db.panels.sql
 

Methods in oracle.ide.db.panels.sql that return Step
 Step[] SQLQueryEditDialog.getSteps()
          Returns a set of Step objects for the pages required to creating a SQLQuery.
 

Uses of Step in oracle.ide.db.transfer
 

Methods in oracle.ide.db.transfer that return Step
 Step[] TransferDescriptor.getReconcilePanels()
          Deprecated. 
 Step[] TransferDescriptor.getScriptPanels()
          Deprecated. 
 

Methods in oracle.ide.db.transfer with parameters of type Step
 void TransferDescriptor.setReconcilePanels(Step[] reconcilePanels)
          Deprecated. 
 void TransferDescriptor.setScriptPanels(Step[] scriptPanels)
          Deprecated. 
 

Uses of Step in oracle.ide.db.transfer.generate
 

Methods in oracle.ide.db.transfer.generate that return Step
protected  Step GenerateController.getChooseOpStep()
           
protected abstract  Step GenerateController.getManualReconcileStep()
           
protected abstract  Step GenerateController.getSourceStep()
           
static Step GenerateController.getSQLScriptStep()
           
static Step GenerateTargetRegistry.getSQLScriptStep()
          Deprecated. Utility method to get a wizard step for generating SQL scripts.
 Step[] GenerateTarget.getSteps()
          Deprecated. The Generate wizard includes any steps included here.
 Step[] GenerateTargetRegistry.getSteps(java.lang.Class<? extends TransferTarget> targ)
          Deprecated. Gets the wizard Steps to use for the given transfer target class.
protected abstract  Step GenerateController.getTargetStep()
           
 

Uses of Step in oracle.ide.migration
 

Method parameters in oracle.ide.migration with type arguments of type Step
static boolean MigrationWizard.runWizard(java.lang.String title, java.lang.String welcome, java.lang.String summary, TraversableContext context, java.util.List<Step> pages)
          Runs the MigrationWizard where users can choose what migration options they want and then migrate their files.
 

Uses of Step in oracle.ide.wizard
 

Methods in oracle.ide.wizard 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 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.
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.
 

Methods in oracle.ide.wizard with parameters of type Step
 void GenericWizardLauncher.addPage(Step step)
          Adds the given step to the list of steps for the pages of the wizard.
 void GenericWizardLauncher.addPages(Step[] steps)
          Adds the given steps to the list of steps for the pages of the wizard.
protected  void Step.copyToImpl(Step copy)
           
 void FSMBuilder.newFinalState(java.lang.Object stateID, Step step)
          Tells the builder to create a new final state in the FSM.
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.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.wizard with parameters of type Step
FSMBuilder(Step[] fsmSteps)
          Creates an FSMBuilder that is initialized to contain the specified Steps.
FSMWizard(Step[] steps, Namespace data)
          Creates a straight-through FSMWizard using the specified sequence of Steps.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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