org.grinvin.gui.dnd

Class FilterDropHandler

Implemented Interfaces:
DropHandler

public class FilterDropHandler
extends AbstractDropHandler

Common DropHandler to drop filters on objects that support AcceptsFilter.

Method Summary

boolean
acceptDrop(JComponent target, Object object, int seqNr)
static FilterDropHandler
getInstance()

Methods inherited from class org.grinvin.gui.dnd.AbstractDropHandler

allowsMultipleDrops, getDropClass

Method Details

acceptDrop

public boolean acceptDrop(JComponent target,
                          Object object,
                          int seqNr)

getInstance

public static FilterDropHandler getInstance()