| Class | Description |
|---|---|
| ClickOnComponent |
A transition triggered by a mouse button clicked on a JComponent.
|
| ClickOnJTag |
A transition triggered by a mouse clicked event on a component with a given tag.
|
| DragOnComponent |
A transition triggered by a mouse move event on a component with a mouse button down.
|
| DragOnJTag |
A transition triggered by a mouse moved event with a button pressed on a component with a given tag.
|
| EnterOnComponent |
A Transition triggered when the mouse enters in a JComponent.
|
| EnterOnJTag |
A transition triggered when the cursor enters in a component with a given tag.
|
| EventOnJTag |
A transition triggered on a tagged component.
|
| LeaveOnComponent |
A transition triggered with no modifier on a component.
|
| LeaveOnJTag |
A transition triggered when the cursor leaves a component with a given tag.
|
| MouseOnComponent |
A transition triggered by a mouse event on a component.
|
| MouseOnJTag |
A transition triggered by a mouse event on a tagged component.
|
| MoveOnJTag |
A transition triggered by a mouse moved event with no button pressed on a component with a given tag.
|
| PressOnComponent |
A transition triggered by a mouse button pressed on a component.
|
| PressOnJTag |
A transition triggered by a mouse pressed event on a component with a given tag.
|
| ReleaseOnComponent |
A transition triggered by a mouse button released on a component.
|
| ReleaseOnJTag |
A transition triggered by a mouse released event on a component with a given tag.
|
| WheelOnComponent |
A transition triggered by a mouse wheel event on a component with no mouse button down.
|
| WheelOnJTag |
A transition triggered by a mouse wheel event with no button pressed on a component with a given tag.
|