Skip navigation links

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

E13403-06


oracle.jdeveloper.deploy.dt.wizard.spi
Class DefaultWizardState

java.lang.Object
  extended by oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardState
      extended by oracle.jdeveloper.deploy.dt.wizard.spi.DefaultWizardState

All Implemented Interfaces:
WizardState, oracle.jdeveloper.deploy.tk.Toolkit
Direct Known Subclasses:
DeployWizardState

public class DefaultWizardState
extends AbstractWizardState

Field Summary
static java.lang.Object[] NULL_TRANSITIONS
           

 

Fields inherited from interface oracle.jdeveloper.deploy.dt.wizard.spi.WizardState
CONTEXT_WIZARD_STATE, CONTEXT_WIZARD_STATE_EXIT_TRANSITION

 

Constructor Summary
DefaultWizardState(java.lang.Object stateId, java.lang.Object[] exitTransitions)
          This constructor is for use by sub-classes who want to add a nested (composite) State, or where the Step will be resolved via the ToolkitRegistry using WizardStep builders.
DefaultWizardState(java.lang.Object stateId, java.lang.Object[] exitTransitions, Step step)
           

 

Method Summary
protected  void addState(FSMBuilder builder)
           
protected  void addTransitions(FSMBuilder builder)
           
 boolean containsExitTransition(java.lang.Object tran)
           
 WizardState getBoundState(java.lang.Object exitTran)
           
 java.lang.Object getDefaultStateId()
           
 java.lang.Object[] getExitTransitions()
           
 Step getWizardStep()
           
 void setWizardStep(Step step)
           

 

Methods inherited from class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardState
addFinalState, addStartState, addState, bind, buildState, findExitTransition, findWizardState, getParentState, getStateId, putExitTransition, putWizardState, setParentState

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

NULL_TRANSITIONS

public static final java.lang.Object[] NULL_TRANSITIONS

Constructor Detail

DefaultWizardState

public DefaultWizardState(java.lang.Object stateId,
                          java.lang.Object[] exitTransitions,
                          Step step)

DefaultWizardState

public DefaultWizardState(java.lang.Object stateId,
                          java.lang.Object[] exitTransitions)
This constructor is for use by sub-classes who want to add a nested (composite) State, or where the Step will be resolved via the ToolkitRegistry using WizardStep builders. These classes will need to override addStep(WizardState state). or call setWizardStep at some point;
Parameters:
stateId - entry transition into the nested state
exitTransitions - transitions out of the nested state

Method Detail

containsExitTransition

public boolean containsExitTransition(java.lang.Object tran)
Specified by:
containsExitTransition in interface WizardState
Specified by:
containsExitTransition in class AbstractWizardState

addState

protected void addState(FSMBuilder builder)
Specified by:
addState in class AbstractWizardState

addTransitions

protected void addTransitions(FSMBuilder builder)
Specified by:
addTransitions in class AbstractWizardState

getWizardStep

public Step getWizardStep()

getExitTransitions

public java.lang.Object[] getExitTransitions()

getBoundState

public WizardState getBoundState(java.lang.Object exitTran)

getDefaultStateId

public java.lang.Object getDefaultStateId()

setWizardStep

public void setWizardStep(Step step)

Skip navigation links

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

E13403-06


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