net.infonode.docking.drop

Class AcceptAllDropFilter

public class AcceptAllDropFilter extends Object implements DropFilter

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

Since: IDW 1.4.0

Version: $Revision: 1.4 $

Author: $Author: jesper $

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

Field Detail

INSTANCE

public static AcceptAllDropFilter INSTANCE
The only instance of this class

Method Detail

acceptDrop

public boolean acceptDrop(DropInfo dropInfo)