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)
DropFilter
acceptDrop
in interface DropFilter
dropInfo
- information about the current drop