net.infonode.docking.drop

Class RejectAllDropFilter

public class RejectAllDropFilter extends Object implements DropFilter

A {@link net.infonode.docking.drop.DropFilter} that will reject drop of any window.

Since: IDW 1.4.0

Version: $Revision: 1.4 $

Author: $Author: jesper $

Field Summary
static RejectAllDropFilterINSTANCE
The only instance of this class
Method Summary
booleanacceptDrop(DropInfo dropInfo)

Field Detail

INSTANCE

public static RejectAllDropFilter INSTANCE
The only instance of this class

Method Detail

acceptDrop

public boolean acceptDrop(DropInfo dropInfo)