Package | Description |
---|---|
fr.lri.swingstates.sm |
A package to program state machines.
|
fr.lri.swingstates.sm.jtransitions |
Modifier and Type | Class and Description |
---|---|
class |
MoveOnComponent
A transition triggered by a mouse move event on a component with no mouse button down.
|
Modifier and Type | Class and Description |
---|---|
class |
ClickOnComponent
A transition triggered by a mouse button clicked on a JComponent.
|
class |
DragOnComponent
A transition triggered by a mouse move event on a component with a mouse button down.
|
class |
EnterOnComponent
A Transition triggered when the mouse enters in a JComponent.
|
class |
LeaveOnComponent
A transition triggered with no modifier on a component.
|
class |
PressOnComponent
A transition triggered by a mouse button pressed on a component.
|
class |
ReleaseOnComponent
A transition triggered by a mouse button released on a component.
|
class |
WheelOnComponent
A transition triggered by a mouse wheel event on a component with no mouse button down.
|