|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsm.StateMachine.State.Transition
sm.StateMachine.State.EventOnPosition
sm.StateMachine.State.EventOnShape
sm.StateMachine.State.MouseOnShape
sm.StateMachine.State.MoveOnShape
A transition triggered by a mouse move event on an SMShape with no mouse button down.
| Constructor Summary | |
StateMachine.State.MoveOnShape()
Constructs a transition triggered by a mouse moved event with mo modifier down on a SMShape that loops on the current state. |
|
StateMachine.State.MoveOnShape(int m)
Constructs a transition triggered by a mouse motion event on a SMShape that loops on the current state. |
|
StateMachine.State.MoveOnShape(int m,
java.lang.String a)
Constructs a transition triggered by a mouse motion event on a SMShape. |
|
StateMachine.State.MoveOnShape(java.lang.String a)
Constructs a transition triggered by a mouse motion event with any modifier on a SMShape. |
|
| Methods inherited from class sm.StateMachine.State.MouseOnShape |
getButton |
| Methods inherited from class sm.StateMachine.State.EventOnShape |
getShape, hashKey, toString |
| Methods inherited from class sm.StateMachine.State.EventOnPosition |
getInputEvent, getPoint, setInputEvent |
| Methods inherited from class sm.StateMachine.State.Transition |
action, getModifier, getOutputStateName, getVirtualEvent, guard, oldToString, setVirtualEvent |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StateMachine.State.MoveOnShape()
public StateMachine.State.MoveOnShape(int m)
m - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic StateMachine.State.MoveOnShape(java.lang.String a)
a - The name of the output state
public StateMachine.State.MoveOnShape(int m,
java.lang.String a)
m - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTa - The name of the output state
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||