Package docking.dnd

Class DragGestureAdapter

java.lang.Object
docking.dnd.DragGestureAdapter
All Implemented Interfaces:
DragGestureListener, EventListener

public class DragGestureAdapter extends Object implements DragGestureListener
This class receives notification when the user initiates a drag and drop operation; it is responsible for getting the Transferable and telling the DragSource to start the drag.
  • Constructor Details

    • DragGestureAdapter

      public DragGestureAdapter(Draggable dragComponent)
      Construct a new DragGestureAdapter
      Parameters:
      dragComponent - Component that can support drag operations
  • Method Details