|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.bankframe.fe.statemachine.ext.connectors.swing.StateMachinePanel
public abstract class StateMachinePanel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
StateMachinePanel()
The StateMachinePanel constructor. |
Method Summary | |
---|---|
void |
addStateMachineEventListener(StateMachineEventListener listener)
Adds a StateMachineEventListener to this StateMachineEventSource. |
void |
destroyView()
This method is called before you leave this state so that it is re-initialized the next time the view is displayed. |
abstract void |
displayedView(boolean displayed)
This method will be called when the state machine displays or no longer displays this panel. |
Inputs |
getInputs()
This method returns the inputs object. |
String |
getStateId()
Returns the stateId. |
String |
getUserSessionId()
Returns the userSessionId. |
boolean |
hasViewToBeDestroyed()
|
void |
removeStateMachineEventListener(StateMachineEventListener listener)
Removes a StateMachineEventListener from this StateMachineEventSource. |
void |
setInitialFocusedComponent()
This method should be overridden to set the initial focused component on this panel. |
void |
setInputs(Inputs newInputs)
This method sets the inputs object. |
void |
setStateId(String stateId)
Sets the stateId. |
void |
setUserSessionId(String userSessionId)
Sets the userSessionId. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StateMachinePanel()
Method Detail |
---|
public void addStateMachineEventListener(StateMachineEventListener listener)
addStateMachineEventListener
in interface StateMachineEventSource
listener
- the StateMachineEventListener to add.public void removeStateMachineEventListener(StateMachineEventListener listener)
removeStateMachineEventListener
in interface StateMachineEventSource
listener
- the StateMachineEventListener to remove.public String getStateId()
public String getUserSessionId()
public void setStateId(String stateId)
stateId
- The stateId to setpublic void setUserSessionId(String userSessionId)
userSessionId
- The userSessionId to setpublic Inputs getInputs()
public void setInputs(Inputs newInputs)
newInputs
- Inputspublic abstract void displayedView(boolean displayed)
displayed
- booleanpublic void destroyView()
public boolean hasViewToBeDestroyed()
public void setInitialFocusedComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |