Class DragAndDrop

java.lang.Object
org.fest.swing.driver.DragAndDrop

@Deprecated public class DragAndDrop extends Object
Deprecated.
use ComponentDragAndDrop instead. This class will be removed in version 2.0.
Understands drag and drop.
  • Field Details

    • robot

      private final Robot robot
      Deprecated.
    • DRAG_THRESHOLD

      public static final int DRAG_THRESHOLD
      Deprecated.
      Number of pixels traversed before a drag starts.
  • Constructor Details

  • Method Details