|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.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 DragGestureListenerdge - the DragGestureEvent describing
the gesture that has just occurredpublic void dragEnter(DragSourceDragEvent dsde)
dragEnter in interface DragSourceListenerdsde - the DragSourceDragEventpublic void dragOver(DragSourceDragEvent dsde)
dragOver in interface DragSourceListenerdsde - the DragSourceDragEventpublic void dragExit(DragSourceEvent dsde)
dragExit in interface DragSourceListenerdsde - the DragSourceEventpublic void dragDropEnd(DragSourceDropEvent dsde)
dragDropEnd in interface DragSourceListenerdsde - the DragSourceDropEventpublic void dropActionChanged(DragSourceDragEvent dsde)
DragSourceListener
dropActionChanged in interface DragSourceListenerdsde - the DragSourceDragEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||