| Changed Classes |
|
DragGestureEvent
|
A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized() method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking. |
|
DragGestureRecognizer
|
The DragGestureRecognizer is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular Component in order to identify platform-dependent drag initiating gestures. |
|
DragSource
|
The DragSource is the entity responsible for the initiation of the Drag and Drop operation and may be used in a number of scenarios: - 1 default instance per JVM for the lifetime of that JVM.
|
|
DragSourceContext
|
The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol. |
|
DragSourceDragEvent
|
The DragSourceDragEvent is delivered from the DragSourceContextPeer via the DragSourceContext to the DragSourceListener registered with that DragSourceContext and with its associated DragSource. |
|
DragSourceDropEvent
|
The DragSourceDropEvent is delivered from the DragSourceContextPeer via the DragSourceContext to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource. |
|
DragSourceEvent
|
This class is the base class for DragSourceDragEvent and DragSourceDropEvent. |
|
DropTarget
|
The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations. |
|
DropTargetContext
|
A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of a Component associated with a DropTarget. |
|
DropTargetContext.TransferableProxy
|
TransferableProxy is a helper inner class that implements Transferable interface and serves as a proxy for another Transferable object which represents data transfer for a particular drag-n-drop operation. |