Uses of Interface
com.bankframe.fe.statemachine.ext.connectors.swing.ViewContainer

Packages that use ViewContainer
com.bankframe.fe.statemachine.ext.connectors.swing   
 

Uses of ViewContainer in com.bankframe.fe.statemachine.ext.connectors.swing
 

Classes in com.bankframe.fe.statemachine.ext.connectors.swing that implement ViewContainer
 class StateMachineApplet
           
 

Methods in com.bankframe.fe.statemachine.ext.connectors.swing that return ViewContainer
 ViewContainer ThreadedStateMachineEventDispatcher.getViewContainer()
          Getter for property viewContainer.
 ViewContainer Response.getViewContainer()
          Gets the ViewContainer that should display the resultant View.
 ViewContainer StateMachineEventDispatcher.getViewContainer()
          Getter for property viewContainer.
 

Methods in com.bankframe.fe.statemachine.ext.connectors.swing with parameters of type ViewContainer
 void ThreadedStateMachineEventDispatcher.setViewContainer(ViewContainer viewContainer)
          Setter for property viewContainer.
 void Response.setViewContainer(ViewContainer viewContainer)
          Sets the ViewContainer that should display the result View.
 void StateMachineEventDispatcher.setViewContainer(ViewContainer viewContainer)
          Setter for property viewContainer.
 

Constructors in com.bankframe.fe.statemachine.ext.connectors.swing with parameters of type ViewContainer
ThreadedStateMachineEventDispatcher(ViewContainer viewContainer, java.util.Properties stateMachineParameters)
          Creates new StateMachineEventDispatcher.
StateMachineEventDispatcher(ViewContainer viewContainer, java.util.Properties stateMachineParameters)
          Creates new StateMachineEventDispatcher.
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.