Package | Description |
---|---|
org.jline.terminal |
Modifier and Type | Method and Description |
---|---|
MouseEvent.Button |
MouseEvent.getButton() |
static MouseEvent.Button |
MouseEvent.Button.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseEvent.Button[] |
MouseEvent.Button.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MouseEvent(MouseEvent.Type type,
MouseEvent.Button button,
EnumSet<MouseEvent.Modifier> modifiers,
int x,
int y) |
Copyright © 2017. All rights reserved.