java.lang.Object
nectar.reda.recordeditor.client.CMButtonPanel.DGListener
- All Implemented Interfaces:
- java.awt.dnd.DragGestureListener, java.util.EventListener
- Enclosing class:
- CMButtonPanel
- private class CMButtonPanel.DGListener
- extends java.lang.Object
- implements java.awt.dnd.DragGestureListener
DGListener
a listener that will start the drag.
has access to top level's dsListener and dragSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMButtonPanel.DGListener
private CMButtonPanel.DGListener()
dragGestureRecognized
public void dragGestureRecognized(java.awt.dnd.DragGestureEvent e)
- Start the drag if the operation is ok.
uses java.awt.datatransfer.StringSelection to transfer
the label's data
- Specified by:
dragGestureRecognized in interface java.awt.dnd.DragGestureListener