Package org.scijava.ui.dnd
-
Interface Summary 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 Summary Class Description AbstractDragAndDropData Abstract superclass forDragAndDropDataimplementations.AbstractDragAndDropHandler<D> Abstract superclass forDragAndDropHandlers.DefaultDragAndDropData Default implementation ofDragAndDropData, 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.