| Package | Description |
|---|---|
| com.xalys.xgl.events |
| Modifier and Type | Field and Description |
|---|---|
protected ActionType |
ActionEvent.actionType |
protected ActionType |
DoubleActionEvent.actionType |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ActionEvent.getActionType() |
ActionType |
DoubleActionEvent.getActionType() |
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionEvent.setActionType(ActionType actionType) |
void |
DoubleActionEvent.setActionType(ActionType actionType) |
Copyright © 2018 Xalys. All rights reserved.