Package icyllis.modernui.view
Class DragEvent
java.lang.Object
icyllis.modernui.view.DragEvent
A drag and drop operation
- Since:
- 2.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
ACTION_DRAG_STARTED
public static final int ACTION_DRAG_STARTED- See Also:
-
ACTION_DRAG_ENTERED
public static final int ACTION_DRAG_ENTERED- See Also:
-
ACTION_DRAG_MOVED
public static final int ACTION_DRAG_MOVED- See Also:
-
ACTION_DRAG_EXITED
public static final int ACTION_DRAG_EXITED- See Also:
-
ACTION_DROP
public static final int ACTION_DROP- See Also:
-
ACTION_DRAG_ENDED
public static final int ACTION_DRAG_ENDED- See Also:
-
-
Method Details