Package net.infonode.docking.drop
Class RejectAllDropFilter
java.lang.Object
net.infonode.docking.drop.RejectAllDropFilter
- All Implemented Interfaces:
DropFilter
A
DropFilter
that will reject drop of any
window.- Since:
- IDW 1.4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptDrop
(DropInfo dropInfo) Return true if the drop should be accepted, otherwise false.
-
Field Details
-
INSTANCE
The only instance of this class
-
-
Method Details
-
acceptDrop
Description copied from interface:DropFilter
Return true if the drop should be accepted, otherwise false.- Specified by:
acceptDrop
in interfaceDropFilter
- Parameters:
dropInfo
- information about the current drop- Returns:
- true if drop is to be accepted, otherwise false
-