public class ListDragAndDropHandler extends AbstractDragAndDropHandler<List<?>>
| Constructor and Description |
|---|
ListDragAndDropHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
drop(List<?> list,
Display<?> display)
Performs a drop operation with the given data object in the specified
Display. |
Class<List<?>> |
getType()
Gets the type associated with the object.
|
boolean |
supports(List<?> list,
Display<?> display)
Gets whether this handler supports dropping the given data object onto the
specified display.
|
check, convertData, convertDataUnchecked, convertObject, convertObjectUnchecked, dropData, dropObject, supportsData, supportsData, supportsDisplay, supportsObject, supportsObjectsupportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsupportsgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic boolean supports(List<?> list, Display<?> display)
DragAndDropHandlersupports in interface DragAndDropHandler<List<?>>supports in class AbstractDragAndDropHandler<List<?>>public boolean drop(List<?> list, Display<?> display)
DragAndDropHandlerDisplay.Copyright © 2015–2022 SciJava. All rights reserved.