|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.docking.drop.AcceptAllDropFilter
public class AcceptAllDropFilter
A DropFilter that will accept drop of any
window.
| Field Summary | |
|---|---|
static AcceptAllDropFilter |
INSTANCE
The only instance of this class |
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
AcceptAllDropFilter()
|
| 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 AcceptAllDropFilter INSTANCE
| Constructor Detail |
|---|
private AcceptAllDropFilter()
| 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 | |||||||||