Class DragDropInfo

java.lang.Object
org.fest.swing.input.DragDropInfo

class DragDropInfo extends Object
Understands a description of drag/drop operations.
  • Field Details

    • source

      private Component source
    • x

      private int x
    • y

      private int y
  • Constructor Details

    • DragDropInfo

      DragDropInfo()
  • Method Details

    • clear

      void clear()
    • update

      void update(MouseEvent event)
    • source

      Component source()
    • source

      void source(Component newSource)
    • isDragging

      boolean isDragging()
    • origin

      Point origin()
    • origin

      void origin(Point origin)
    • isNativeDragActive

      boolean isNativeDragActive()