Generated by
JDiff

Class java.awt.dnd.DragSource

Documentation changed from old to new.

Changed Constructors
DragSource(void) Documentation changed from old to new.
Creates a new DragSource.
 

Changed Methods
void addDragSourceListener(DragSourceListener) Documentation changed from old to new.
Adds the specified DragSourceListener to this DragSource to receive drag source events during drag operations intiated with this DragSource.
void addDragSourceMotionListener(DragSourceMotionListener) Documentation changed from old to new.
Adds the specified DragSourceMotionListener to this DragSource to receive drag motion events during drag operations intiated with this DragSource.
DragGestureRecognizer createDefaultDragGestureRecognizer(Component, int, DragGestureListener) Documentation changed from old to new.
Creates a new DragGestureRecognizer that implements the default abstract subclass of DragGestureRecognizer for this DragSource and sets the specified Component and DragGestureListener on the newly created object.
DragGestureRecognizer createDragGestureRecognizer(Class, Component, int, DragGestureListener) Documentation changed from old to new.
Creates a new DragGestureRecognizer that implements the specified abstract subclass of DragGestureRecognizer and sets the specified Component and DragGestureListener on the newly created object.
DragSourceContext createDragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) Documentation changed from old to new.
Creates the DragSourceContext to handle this drag.
DragSource getDefaultDragSource() Documentation changed from old to new.
Gets the DragSource object associated with the underlying platform.
DragSourceListener[] getDragSourceListeners() Documentation changed from old to new.
Gets all the DragSourceListeners registered with this DragSource.
DragSourceMotionListener[] getDragSourceMotionListeners() Documentation changed from old to new.
Gets all of the DragSourceMotionListeners registered with this DragSource.
EventListener[] getListeners(Class) Documentation changed from old to new.
Gets all the objects currently registered as FooListeners upon this DragSource.
boolean isDragImageSupported() Documentation changed from old to new.
Reports whether or not drag Image support is available on the underlying platform.
void removeDragSourceListener(DragSourceListener) Documentation changed from old to new.
Removes the specified DragSourceListener from this DragSource.
void removeDragSourceMotionListener(DragSourceMotionListener) Documentation changed from old to new.
Removes the specified DragSourceMotionListener from this DragSource.
void startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) Documentation changed from old to new.
Start a drag given the DragGestureEvent that initiated the drag the initial Cursor to use the Image to drag the offset of the Image origin from the hotspot of the Cursor at the instant of the trigger the subject data of the drag and the DragSourceListener.
void startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener, FlavorMap) Documentation changed from old to new.
Start a drag given the DragGestureEvent that initiated the drag the initial Cursor to use the Image to drag the offset of the Image origin from the hotspot of the Cursor at the instant of the trigger the Transferable subject data of the drag the DragSourceListener and the FlavorMap.
void startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener) Documentation changed from old to new.
Start a drag given the DragGestureEvent that initiated the drag the initial Cursor to use the Transferable subject data of the drag and the DragSourceListener.
void startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener, FlavorMap) Documentation changed from old to new.
Start a drag given the DragGestureEvent that initiated the drag the initial Cursor to use the Transferable subject data of the drag the DragSourceListener and the FlavorMap.