public final class DragManager
extends java.lang.Object
| Constructor and Description |
|---|
DragManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initialize()
Initializes manager if it wasn't already initialized.
|
static boolean |
isDragging()
Returns whether or not something is being dragged right now within the application.
|
static void |
registerViewHandler(DragViewHandler dragViewHandler)
Registers new DragViewHandler.
|
static void |
unregisterViewHandler(DragViewHandler dragViewHandler)
Unregisters new DragViewHandler.
|
public static void initialize()
public static boolean isDragging()
public static void registerViewHandler(DragViewHandler dragViewHandler)
dragViewHandler - DragViewHandler to registerpublic static void unregisterViewHandler(DragViewHandler dragViewHandler)
dragViewHandler - DragViewHandler to unregister