Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.reda.recordeditor.client
Class CMButtonPanel.DGListener  view CMButtonPanel.DGListener download CMButtonPanel.DGListener.java

java.lang.Object
  extended bynectar.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


Constructor Summary
private CMButtonPanel.DGListener()
           
 
Method Summary
 void dragGestureRecognized(java.awt.dnd.DragGestureEvent e)
          Start the drag if the operation is ok.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMButtonPanel.DGListener

private CMButtonPanel.DGListener()
Method Detail

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