public class ClickOnTag extends MouseOnTag
| Constructor and Description |
|---|
ClickOnTag(java.lang.Class tagClass)
Builds a transition triggered by a mouse clicked event with any
modifier and any button on a tagged CShape that loops on the current
state.
|
ClickOnTag(java.lang.Class tagClass,
int button)
Builds a transition triggered by a mouse clicked event with any
modifier on a tagged CShape that loops on the current state.
|
ClickOnTag(java.lang.Class tagClass,
int button,
int modifier)
Builds a transition triggered by a mouse clicked event on a tagged
CShape that loops on the current state.
|
ClickOnTag(java.lang.Class tagClass,
int button,
int modifier,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event on a tagged
CShape.
|
ClickOnTag(java.lang.Class tagClass,
int button,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event with any
modifier on a tagged CShape.
|
ClickOnTag(java.lang.Class tagClass,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event with any
modifier and any button on a tagged CShape.
|
ClickOnTag(CTag tag)
Builds a transition triggered by a mouse clicked event with any
modifier and any button on a tagged CShape that loops on the current
state.
|
ClickOnTag(CTag tag,
int button)
Builds a transition triggered by a mouse clicked event with any
modifier on a tagged CShape that loops on the current state.
|
ClickOnTag(CTag tag,
int button,
int modifier)
Builds a transition triggered by a mouse clicked event on a tagged
CShape that loops on the current state.
|
ClickOnTag(CTag tag,
int button,
int modifier,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event on a tagged
CShape.
|
ClickOnTag(CTag tag,
int button,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event with any
modifier on a tagged CShape.
|
ClickOnTag(CTag tag,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event with any
modifier and any button on a tagged CShape.
|
ClickOnTag(java.lang.String tagName,
int button)
Builds a transition triggered by a mouse clicked event with any
modifier on a tagged CShape that loops on the current state.
|
ClickOnTag(java.lang.String tagName,
int button,
int modifier)
Builds a transition triggered by a mouse clicked event on a tagged
CShape that loops on the current state.
|
ClickOnTag(java.lang.String tagName,
int button,
int modifier,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event on a tagged
CShape.
|
ClickOnTag(java.lang.String tagName,
int button,
java.lang.String outState)
Builds a transition triggered by a mouse clicked event with any
modifier on a tagged CShape.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.util.EventObject eventObject)
Tests if an event can trigger that transition.
|
getButton, getInputEvent, getMouseEvent, getPoint, getShape, toStringgetTag, getTagNamepickingRequiredgetClassEventaction, getEvent, getInputState, getOutputState, guard, manageEventID, oldToString, setTriggeringEventpublic ClickOnTag(java.lang.Class tagClass)
tagClass - The class of the tagpublic ClickOnTag(CTag tag)
tag - The tagpublic ClickOnTag(java.lang.Class tagClass,
java.lang.String outState)
tagClass - The class of the tagoutState - The name of the output statepublic ClickOnTag(CTag tag, java.lang.String outState)
tag - The tagoutState - The name of the output statepublic ClickOnTag(CTag tag, int button)
tag - The tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3public ClickOnTag(java.lang.String tagName,
int button)
tagName - The name of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3public ClickOnTag(java.lang.Class tagClass,
int button)
tagClass - The class of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3public ClickOnTag(java.lang.String tagName,
int button,
int modifier)
tagName - The name of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3modifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT,
ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic ClickOnTag(java.lang.Class tagClass,
int button,
int modifier)
tagClass - The class of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3modifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT,
ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic ClickOnTag(CTag tag, int button, int modifier)
tag - The tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3modifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT,
ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic ClickOnTag(java.lang.String tagName,
int button,
java.lang.String outState)
tagName - The name of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3outState - The name of the output statepublic ClickOnTag(java.lang.Class tagClass,
int button,
java.lang.String outState)
tagClass - The class of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3outState - The name of the output statepublic ClickOnTag(CTag tag, int button, java.lang.String outState)
tag - The tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3outState - The name of the output statepublic ClickOnTag(java.lang.String tagName,
int button,
int modifier,
java.lang.String outState)
tagName - The name of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3modifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT,
ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFToutState - The name of the output statepublic ClickOnTag(java.lang.Class tagClass,
int button,
int modifier,
java.lang.String outState)
tagClass - The class of the tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3modifier - The modifier: NOMODIFIER, CONTROL, ALT, SHIFT,
ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFToutState - The name of the output statepublic ClickOnTag(CTag tag, int button, int modifier, java.lang.String outState)
tag - The tagbutton - The button of the mouse event: NOBUTTON, BUTTON1, BUTTON2
or BUTTON3modifier - 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 EventOnTageventObject - The event to testeventObject
can trigger this transition.