Uses of Interface
org.apache.shale.dialog.Transition

Packages that use Transition
org.apache.shale.dialog Simple dialog management for Shale. 
org.apache.shale.dialog.impl Dialog API Base Implementation Classes. 
 

Uses of Transition in org.apache.shale.dialog
 

Methods in org.apache.shale.dialog that return Transition
 Transition Dialog.findTransition(String outcome)
          Return the global Transition for the specified logical outcome, if any; otherwise, return null.
 Transition State.findTransition(String outcome)
          Return the Transition for the specified logical outcome, if any; otherwise, return null.
 

Uses of Transition in org.apache.shale.dialog.impl
 

Classes in org.apache.shale.dialog.impl that implement Transition
 class TransitionImpl
          TransitionImpl is a basic implementation of Transition.
 

Methods in org.apache.shale.dialog.impl that return Transition
 Transition DialogImpl.findTransition(String outcome)
          Return the global Transition for the specified logical outcome, if any; otherwise, return null.
 Transition AbstractState.findTransition(String outcome)
          Return the Transition for the specified logical outcome, if any; otherwise, return null.
 

Methods in org.apache.shale.dialog.impl with parameters of type Transition
 void DialogImpl.addTransition(Transition transition)
          Add the specified Transition to the global Transitions associated with this Dialog.
 void AbstractState.addTransition(Transition transition)
          Add the specified Transition to the Transitions owned by this State.
 void DialogImpl.removeTransition(Transition transition)
          Remove the specified Transition from the global Transitions associated with this Dialog, if it is currently registered.
 void AbstractState.removeTransition(Transition transition)
          Remove the specified Transition from the Transitions owned by this State, if it is currently registered.
 



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.