|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |