|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
void startDrag(Cursor, |
Start the drag given the initial Cursor to display the Transferable object and the DragSourceListener to use. |
Added Methods | |
void startDrag(Cursor, |
Starts the drag operation given the Cursor for this drag operation and the Transferable representing the source data for this drag operation. |
void startDrag(Cursor, |
Starts the drag given the initial Cursor to display the Transferable object and the DragSourceListener to use. |
Changed Methods | ||
Component getComponent() |
Documentation changed from old to new. |
Returns the Component associated with this DragGestureEvent . |
int getDragAction() |
Documentation changed from old to new. |
Returns an int representing the action selected by the user. |
Point getDragOrigin() |
Documentation changed from old to new. |
Returns a Point in the coordinates of the Component over which the drag originated. |
DragSource getDragSource() |
Documentation changed from old to new. |
Returns the DragSource . |
DragGestureRecognizer getSourceAsDragGestureRecognizer() |
Documentation changed from old to new. |
Returns the source as a DragGestureRecognizer . |
InputEvent getTriggerEvent() |
Documentation changed from old to new. |
Returns the initial event that triggered the gesture. |
Iterator iterator() |
Documentation changed from old to new. |
Returns an Iterator for the events comprising the gesture. |
Object[] toArray() |
Documentation changed from old to new. |
Returns an Object array of the events comprising the drag gesture. |
Object[] toArray(Object[] ) |
Documentation changed from old to new. |
Returns an array of the events comprising the drag gesture. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |