| Changed Methods |
void dragDropEnd(DragSourceDropEvent)
|
Documentation changed from old to new. |
Calls dragDropEnd on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDropEvent. |
void dragEnter(DragSourceDragEvent)
|
Documentation changed from old to new. |
Calls dragEnter on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDragEvent. |
void dragExit(DragSourceEvent)
|
Documentation changed from old to new. |
Calls dragExit on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceEvent. |
void dragMouseMoved(DragSourceDragEvent)
|
Documentation changed from old to new. |
Calls dragMouseMoved on the DragSourceMotionListeners registered with the DragSource associated with this DragSourceContext and them passes the specified DragSourceDragEvent. |
void dragOver(DragSourceDragEvent)
|
Documentation changed from old to new. |
Calls dragOver on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDragEvent. |
void dropActionChanged(DragSourceDragEvent)
|
Documentation changed from old to new. |
Calls dropActionChanged on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource and passes them the specified DragSourceDragEvent. |
Component getComponent()
|
Documentation changed from old to new. |
Returns the Component associated with this DragSourceContext. |
Cursor getCursor()
|
Documentation changed from old to new. |
Returns the current drag Cursor. |
DragSource getDragSource()
|
Documentation changed from old to new. |
Returns the DragSource that instantiated this DragSourceContext. |
int getSourceActions()
|
Documentation changed from old to new. |
Returns a bitwise mask of DnDConstants that represent the set of drop actions supported by the drag source for the drag operation associated with this DragSourceContext. |
Transferable getTransferable()
|
Documentation changed from old to new. |
Returns the Transferable associated with this DragSourceContext. |
DragGestureEvent getTrigger()
|
Documentation changed from old to new. |
Returns the DragGestureEvent that initially triggered the drag. |
void removeDragSourceListener(DragSourceListener)
|
Documentation changed from old to new. |
Removes the specified DragSourceListener from this DragSourceContext. |
void setCursor(Cursor)
|
Documentation changed from old to new. |
Sets the cursor for this drag operation to the specified Cursor. |
void transferablesFlavorsChanged()
|
Documentation changed from old to new. |
Notifies the peer that the Transferable's DataFlavors have changed. |
void updateCurrentCursor(int, int, int)
|
Documentation changed from old to new. |
If the default drag cursor behavior is active this method sets the default drag cursor for the specified selected operation supported actions and status otherwise this method does nothing. |