|
||||||||||
| 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 |
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
RejectAllDropFilter()
|
| 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 |
|---|
private static final long serialVersionUID
public static RejectAllDropFilter INSTANCE
| Constructor Detail |
|---|
private RejectAllDropFilter()
| Method Detail |
|---|
public boolean acceptDrop(DropInfo dropInfo)
DropFilter
acceptDrop in interface DropFilterdropInfo - information about the current drop
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||