Class AcceptAllDropFilter

java.lang.Object
net.infonode.docking.drop.AcceptAllDropFilter
All Implemented Interfaces:
DropFilter

public class AcceptAllDropFilter extends Object implements DropFilter
A DropFilter that will accept drop of any window.
Since:
IDW 1.4.0
  • Field Details

  • Method Details

    • acceptDrop

      public boolean acceptDrop(DropInfo dropInfo)
      Description copied from interface: DropFilter
      Return true if the drop should be accepted, otherwise false.
      Specified by:
      acceptDrop in interface DropFilter
      Parameters:
      dropInfo - information about the current drop
      Returns:
      true if drop is to be accepted, otherwise false