| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow |
| Modifier and Type | Method and Description |
|---|---|
MouseButton |
ClickEvent.getButton() |
static MouseButton |
MouseButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseButton[] |
MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.click(MouseButton btn,
Object event)
Perform a mouse click on this connector.
|
| Constructor and Description |
|---|
ClickEvent(EventType<? extends Event> et,
Object obj,
MouseButton btn,
Object evt) |