Inherited from KeyListener
Inherited from MouseInputAdapter
Inherited from MouseInputListener
Inherited from MouseAdapter
Inherited from MouseMotionListener
Inherited from MouseWheelListener
Inherited from MouseListener
Inherited from EventListener
Inherited from AnyRef
Inherited from Any
Objects that represents a (potential) drag. When instantiated, it installs itself on the parent component of
firstEventand automatically removes itself when the mouse is released.A drag is only formally started once
dragStartedreturnstrue. It will then update the drag state by calling repeatedly intodragToParamand dispatching appropriate events.A drag can be aborted by pressing the Escape key.