|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateMachine.State.EventOnTag | |
sm |
Uses of StateMachine.State.EventOnTag in sm |
Subclasses of StateMachine.State.EventOnTag in sm | |
class |
StateMachine.State.ClickOnTag
A transition triggered by a mouse clicked event on an SMShape with a given tag. |
class |
StateMachine.State.DragOnTag
A transition triggered by a mouse moved event with a button pressed on an SMShape with a given tag. |
class |
StateMachine.State.EnterOnTag
A transition triggered when the cursor enters in an SMShape with a given tag. |
class |
StateMachine.State.LeaveOnTag
A transition triggered when the cursor leaves a SMShape with a given tag. |
class |
StateMachine.State.MouseOnTag
A transition triggered by a mouse event on a tagged shape in the canvas. |
class |
StateMachine.State.MoveOnTag
A transition triggered by a mouse moved event with no button pressed on an SMShape with a given tag. |
class |
StateMachine.State.PressOnTag
A transition triggered by a mouse pressed event on an SMShape with a given tag. |
class |
StateMachine.State.ReleaseOnTag
A transition triggered by a mouse released event on an SMShape with a given tag. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |