Skip navigation links 
 
oracle.jdeveloper.deploy.dt.wizard.spi
Class DefaultWizardState
java.lang.Object
  
oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardState
      
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
 
 
 
  
 
| 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) 
            | 
  
 
 
| 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 | 
 
 
NULL_TRANSITIONS
public static final java.lang.Object[] NULL_TRANSITIONS
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 
 
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 
 
Copyright © 1997, 2014, Oracle. All rights reserved.