| Home >> All >> java >> awt >> [ dnd Javadoc ] |
| | java.awt.dnd.peer.* (3) |
java.awt.dnd: Javadoc index of package java.awt.dnd.
Package Samples:
java.awt.dnd.peer: Events and listeners for drag and drop sources and targets.
Classes:
DragSourceAdapter: This class implements DragSourceListener and DragSourceMotionListener , and implements all methods with empty bodies. This allows a listener interested in implementing only a subset of these interfaces to extend this class and override only the desired methods.
DropTargetAdapter: This class implements DropTargetListener , and implements all methods with empty bodies. This allows a listener interested in implementing only a subset of these interfaces to extend this class and override only the desired methods.
DropTargetContextPeer: Used to control state of recipient protocol from the DropTargetListener . Occurs when a Component with an associated DropTarget and visible geometry is first intersected by a logical cursor.
DragSourceListener: This class allows an object to listen for drag and drop events. It can be used to provide appropriate feedback for "drag over" actions. You can also use a DragSourceAdapter to filter the events you are interested in.
DragSourceMotionListener: This is a listener for mouse motion in the drag source before the drop event occurs. You can also use a DragSourceAdapter to filter the events you are interested in.
Autoscroll: During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user.
InvalidDnDOperationException: Thrown when a method in the java.awt.dnd package is unable to perform a requested operation, usually because the underlying DnD system is in the wrong state.
DragGestureListener: This is a listener for starting a drag-and-drop gesture. Upon receiving notification, the implementor then starts the drag operation.
DnDConstants: This class contains various constants used in drag-and-drop operations. Why it is not an interface is beyond me.
DragGestureEvent: STUBBED
DragGestureRecognizer: STUBBED
DragSourceContextPeer: STUBBED
DragSource
DragSourceContext
DragSourceDragEvent
DragSourceDropEvent
DragSourceEvent
DropTarget
DropTargetContext
DropTargetDragEvent
DropTargetDropEvent
DropTargetEvent
| Home | Contact Us | Privacy Policy | Terms of Service |