|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.docking.drop.RejectAllDropFilter
public class RejectAllDropFilter
A DropFilter
that will reject drop of any
window.
Field Summary | |
---|---|
static RejectAllDropFilter |
INSTANCE
The only instance of this class |
Method Summary | |
---|---|
boolean |
acceptDrop(DropInfo dropInfo)
Return true if the drop should be accepted, otherwise false. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static RejectAllDropFilter INSTANCE
Method Detail |
---|
public boolean acceptDrop(DropInfo dropInfo)
DropFilter
acceptDrop
in interface DropFilter
dropInfo
- information about the current drop
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |