org.grinvin.list
Class GraphListElementDropHandler
java.lang.Object
org.grinvin.list.GraphListElementDropHandler
- DropHandler
public class GraphListElementDropHandler
extends java.lang.Object
implements DropHandler
Allows (multiple) graph elements to be dropped onto a component. A component
which uses this handler should be of type
HasGraphList
.
acceptDrop
public boolean acceptDrop(JComponent target,
Object object,
int seqNr)
allowsMultipleDrops
public boolean allowsMultipleDrops(JComponent target)
getDropClass
public Class> getDropClass(JComponent target)