Added Methods |
void addDragSourceListener(DragSourceListener )
|
Add the specified DragSourceListener to this DragSource to receive drag source events during drag operations intiated with this DragSource . |
void addDragSourceMotionListener(DragSourceMotionListener )
|
Add the specified DragSourceMotionListener to this DragSource to receive drag motion events during drag operations intiated with this DragSource . |
DragSourceListener[] getDragSourceListeners()
|
Returns an array of all the DragSourceListener s registered with this DragSource . |
DragSourceMotionListener[] getDragSourceMotionListeners()
|
Returns an array of all the DragSourceMotionListener s registered with this DragSource . |
EventListener[] getListeners(Class )
|
Returns an array of all the objects currently registered as FooListener s upon this DragSource . |
void removeDragSourceListener(DragSourceListener )
|
Remove the specified DragSourceListener from this DragSource . |
void removeDragSourceMotionListener(DragSourceMotionListener )
|
Remove the specified DragSourceMotionListener from this DragSource . |
Changed Fields |
Cursor DefaultCopyDrop |
Documentation changed from old to new. |
The default Cursor to use with a copy operation indicating that a drop is currently allowed. |
Cursor DefaultCopyNoDrop |
Documentation changed from old to new. |
The default Cursor to use with a copy operation indicating that a drop is currently not allowed. |
Cursor DefaultLinkDrop |
Documentation changed from old to new. |
The default Cursor to use with a link operation indicating that a drop is currently allowed. |
Cursor DefaultLinkNoDrop |
Documentation changed from old to new. |
The default Cursor to use with a link operation indicating that a drop is currently not allowed. |
Cursor DefaultMoveDrop |
Documentation changed from old to new. |
The default Cursor to use with a move operation indicating that a drop is currently allowed. |
Cursor DefaultMoveNoDrop |
Documentation changed from old to new. |
The default Cursor to use with a move operation indicating that a drop is currently not allowed. |