Package | Description |
---|---|
org.scijava.ui.dnd |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDragAndDropHandler<D>
Abstract superclass for
DragAndDropHandler s. |
class |
FileDragAndDropHandler
Drag-and-drop handler for files.
|
class |
ListDragAndDropHandler
Drag-and-drop handler for lists of objects.
|
class |
ScriptFileDragAndDropHandler
Drag-and-drop handler for script files.
|
Modifier and Type | Method and Description |
---|---|
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 DragAndDropHandler<?> |
DragAndDropService.getHandler(Object object,
Display<?> display)
Gets the drag-and-drop handler which will be used to handle the given
object dragged onto the specified display.
|
Modifier and Type | Method and Description |
---|---|
List<DragAndDropHandler<Object>> |
DragAndDropService.getInstances()
Gets the list of available drag-and-drop handlers, which are used to
perform drag-and-drop operations.
|
default Class<DragAndDropHandler<Object>> |
DragAndDropService.getPluginType() |
Copyright © 2015–2022 SciJava. All rights reserved.