Interface | Description |
---|---|
DragAndDropData |
Interface for drag-and-drop data.
|
DragAndDropHandler<D> |
Interface for drag-and-drop handlers.
|
DragAndDropService |
Interface for service that handles drag and drop events.
|
Class | Description |
---|---|
AbstractDragAndDropData |
Abstract superclass for
DragAndDropData implementations. |
AbstractDragAndDropHandler<D> |
Abstract superclass for
DragAndDropHandler s. |
DefaultDragAndDropData |
Default implementation of
DragAndDropData , which provides a
UI-agnostic way to bundle an object together with its MIME type. |
DefaultDragAndDropService |
Default service for handling drag and drop events.
|
FileDragAndDropHandler |
Drag-and-drop handler for files.
|
ListDragAndDropHandler |
Drag-and-drop handler for lists of objects.
|
MIMEType |
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045
and 2046.
|
ScriptFileDragAndDropHandler |
Drag-and-drop handler for script files.
|
Copyright © 2015–2022 SciJava. All rights reserved.