public class MoveOnJTag extends MouseOnJTag
| Constructor and Description |
|---|
MoveOnJTag(java.lang.Class tagClass)
Builds a transition triggered by a mouse motion event with any modifier on a tagged component that loops on the current state.
|
MoveOnJTag(java.lang.Class tagClass,
int modifier)
Builds a transition triggered by a mouse motion event on a tagged component that loops on the current state.
|
MoveOnJTag(java.lang.Class tagClass,
int modifier,
java.lang.String outState)
Builds a transition triggered by a mouse motion event on a tagged component.
|
MoveOnJTag(java.lang.Class tagClass,
java.lang.String outState)
Builds a transition triggered by a mouse motion event with any modifier on a tagged component.
|
MoveOnJTag(JTag tag)
Builds a transition triggered by a mouse motion event with any modifier on a tagged component that loops on the current state.
|
MoveOnJTag(JTag tag,
int modifier)
Builds a transition triggered by a mouse motion event on a tagged component that loops on the current state.
|
MoveOnJTag(JTag tag,
int modifier,
java.lang.String outState)
Builds a transition triggered by a mouse motion event on a tagged component.
|
MoveOnJTag(JTag tag,
java.lang.String outState)
Builds a transition triggered by a mouse motion event with any modifier on a tagged component.
|
MoveOnJTag(java.lang.String tagName)
Builds a transition triggered by a mouse motion event with any modifier on a tagged component that loops on the current state.
|
MoveOnJTag(java.lang.String tagName,
int modifier)
Builds a transition triggered by a mouse motion event on a tagged component that loops on the current state.
|
MoveOnJTag(java.lang.String tagName,
int modifier,
java.lang.String outState)
Builds a transition triggered by a mouse motion event on a tagged component.
|
MoveOnJTag(java.lang.String tagName,
java.lang.String outState)
Builds a transition triggered by a mouse motion event with any modifier on a tagged component.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.util.EventObject eventObject)
Tests if an event can trigger that transition.
|
getButton, getComponent, getPoint, toStringgetTag, getTagNamegetPointInComponentgetClassEventaction, getEvent, getInputState, getOutputState, guard, manageEventID, oldToString, pickingRequired, setTriggeringEventpublic MoveOnJTag(java.lang.String tagName)
tagName - The name of the tagpublic MoveOnJTag(java.lang.Class tagClass)
tagClass - The class of the tagpublic MoveOnJTag(JTag tag)
tag - The tagpublic MoveOnJTag(java.lang.String tagName,
int modifier)
tagName - The name of the tagmodifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic MoveOnJTag(java.lang.Class tagClass,
int modifier)
tagClass - The class of the tagmodifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic MoveOnJTag(JTag tag, int modifier)
tag - The tagmodifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic MoveOnJTag(java.lang.String tagName,
java.lang.String outState)
tagName - The name of the tagoutState - The name of the output statepublic MoveOnJTag(java.lang.Class tagClass,
java.lang.String outState)
tagClass - The class of the tagoutState - The name of the output statepublic MoveOnJTag(JTag tag, java.lang.String outState)
tag - The tagoutState - The name of the output statepublic MoveOnJTag(java.lang.String tagName,
int modifier,
java.lang.String outState)
tagName - The name of the tagmodifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFToutState - The name of the output statepublic MoveOnJTag(java.lang.Class tagClass,
int modifier,
java.lang.String outState)
tagClass - The class of the tagmodifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFToutState - The name of the output statepublic MoveOnJTag(JTag tag, int modifier, java.lang.String outState)
tag - The tagmodifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFToutState - The name of the output statepublic boolean matches(java.util.EventObject eventObject)
matches in class EventOnJTageventObject - The event to testeventObject
can trigger this transition.