D |
AbstractDragAndDropHandler.convertData(DragAndDropData data) |
|
D |
DragAndDropHandler.convertData(DragAndDropData data) |
Converts the given DragAndDropData to the type of data object
supported by this handler.
|
protected D |
AbstractDragAndDropHandler.convertDataUnchecked(DragAndDropData data) |
Converts the given data to this handler's native data type, without
verifying compatibility first.
|
default boolean |
DragAndDropService.drop(DragAndDropData data,
Display<?> display) |
Performs a drag-and-drop operation in the given display with the specified
DragAndDropData, using the first available compatible handler.
|
boolean |
AbstractDragAndDropHandler.dropData(DragAndDropData data,
Display<?> display) |
|
boolean |
DragAndDropHandler.dropData(DragAndDropData data,
Display<?> display) |
Performs a drop operation with the given data in the specified
Display.
|
default DragAndDropHandler<?> |
DragAndDropService.getHandler(DragAndDropData data,
Display<?> display) |
Gets the drag-and-drop handler which will be used to handle the given
DragAndDropData dragged onto the specified display.
|
default boolean |
DragAndDropService.supports(DragAndDropData data,
Display<?> display) |
Checks whether the given DragAndDropData can be dropped onto the
specified display.
|
boolean |
AbstractDragAndDropHandler.supportsData(DragAndDropData data) |
|
boolean |
AbstractDragAndDropHandler.supportsData(DragAndDropData data,
Display<?> display) |
|
boolean |
DragAndDropHandler.supportsData(DragAndDropData data) |
Gets whether this handler supports dropping the given
DragAndDropData onto a compatible display.
|
boolean |
DragAndDropHandler.supportsData(DragAndDropData data,
Display<?> display) |
Gets whether this handler supports dropping the given
DragAndDropData onto the specified display.
|