public class AcceptAllDropFilter extends java.lang.Object implements DropFilter
DropFilter that will accept drop of any
window.| Modifier and Type | Field and Description |
|---|---|
static AcceptAllDropFilter |
INSTANCE
The only instance of this class
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptDrop(DropInfo dropInfo)
Return true if the drop should be accepted, otherwise false.
|
public static AcceptAllDropFilter INSTANCE
public boolean acceptDrop(DropInfo dropInfo)
DropFilteracceptDrop in interface DropFilterdropInfo - information about the current drop