|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.TransferHandler.DragHandler
This is the default drag handler for drag and drop operations that
use the TransferHandler
.
Field Summary | |
private boolean |
scrolls
|
Constructor Summary | |
private |
TransferHandler.DragHandler()
|
Method Summary | |
void |
dragDropEnd(DragSourceDropEvent dsde)
as the operation completes |
void |
dragEnter(DragSourceDragEvent dsde)
as the hotspot enters a platform dependent drop site |
void |
dragExit(DragSourceEvent dsde)
as the hotspot exits a platform dependent drop site |
void |
dragGestureRecognized(DragGestureEvent dge)
a Drag gesture has been recognized |
void |
dragOver(DragSourceDragEvent dsde)
as the hotspot moves over a platform dependent drop site |
void |
dropActionChanged(DragSourceDragEvent dsde)
Called when the user has modified the drop gesture. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private boolean scrolls
Constructor Detail |
private TransferHandler.DragHandler()
Method Detail |
public void dragGestureRecognized(DragGestureEvent dge)
dragGestureRecognized
in interface DragGestureListener
dge
- the DragGestureEvent
describing
the gesture that has just occurredpublic void dragEnter(DragSourceDragEvent dsde)
dragEnter
in interface DragSourceListener
dsde
- the DragSourceDragEvent
public void dragOver(DragSourceDragEvent dsde)
dragOver
in interface DragSourceListener
dsde
- the DragSourceDragEvent
public void dragExit(DragSourceEvent dsde)
dragExit
in interface DragSourceListener
dsde
- the DragSourceEvent
public void dragDropEnd(DragSourceDropEvent dsde)
dragDropEnd
in interface DragSourceListener
dsde
- the DragSourceDropEvent
public void dropActionChanged(DragSourceDragEvent dsde)
DragSourceListener
dropActionChanged
in interface DragSourceListener
dsde
- the DragSourceDragEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |