Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Field and Description |
---|---|
static DragDropKeyStates |
DragDropKeyStates.ALT_KEY
The alt key is down.
|
static DragDropKeyStates |
DragDropKeyStates.CONTROL_KEY
The control key is down.
|
static DragDropKeyStates |
DragDropKeyStates.NONE
No button and no key is pressed.
|
static DragDropKeyStates |
DragDropKeyStates.POINTER_DOWN
The left mouse button is down or a touch gesture is in progress.
|
static DragDropKeyStates |
DragDropKeyStates.SHIFT_KEY
The shift key is down.
|
Modifier and Type | Method and Description |
---|---|
static DragDropKeyStates |
DragDropKeyStates.fromName(String name) |
static DragDropKeyStates |
DragDropKeyStates.fromOrdinal(int value) |
protected DragDropKeyStates |
DragDropKeyStates.fromOrdinalImpl(int ordinal) |
protected DragDropKeyStates[] |
DragDropKeyStates.getItems() |