protected class TabFrameTransferHandler.TabbedPaneDragHandler extends Object implements DragGestureListener, DragSourceListener
Modifier | Constructor and Description |
---|---|
protected |
TabbedPaneDragHandler() |
Modifier and Type | Method and Description |
---|---|
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) |
public void dragGestureRecognized(DragGestureEvent dge)
dragGestureRecognized
in interface DragGestureListener
public void dragEnter(DragSourceDragEvent dsde)
dragEnter
in interface DragSourceListener
public void dragOver(DragSourceDragEvent dsde)
dragOver
in interface DragSourceListener
public void dropActionChanged(DragSourceDragEvent dsde)
dropActionChanged
in interface DragSourceListener
public void dragExit(DragSourceEvent dsde)
dragExit
in interface DragSourceListener
public void dragDropEnd(DragSourceDropEvent dsde)
dragDropEnd
in interface DragSourceListener