Package | Description |
---|---|
fr.lri.swingstates.sm.jtransitions |
Modifier and Type | Class and Description |
---|---|
class |
ClickOnJTag
A transition triggered by a mouse clicked event on a component with a given tag.
|
class |
DragOnJTag
A transition triggered by a mouse moved event with a button pressed on a component with a given tag.
|
class |
EnterOnJTag
A transition triggered when the cursor enters in a component with a given tag.
|
class |
LeaveOnJTag
A transition triggered when the cursor leaves a component with a given tag.
|
class |
MoveOnJTag
A transition triggered by a mouse moved event with no button pressed on a component with a given tag.
|
class |
PressOnJTag
A transition triggered by a mouse pressed event on a component with a given tag.
|
class |
ReleaseOnJTag
A transition triggered by a mouse released event on a component with a given tag.
|
class |
WheelOnJTag
A transition triggered by a mouse wheel event with no button pressed on a component with a given tag.
|