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, supportsObject
supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
supports
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public boolean supports(List<?> list, Display<?> display)
DragAndDropHandler
supports
in interface DragAndDropHandler<List<?>>
supports
in class AbstractDragAndDropHandler<List<?>>
public boolean drop(List<?> list, Display<?> display)
DragAndDropHandler
Display
.Copyright © 2015–2022 SciJava. All rights reserved.