javax.swing
Class TransferHandler.SwingDragGestureRecognizer

java.lang.Object
  extended byjava.awt.dnd.DragGestureRecognizer
      extended byjavax.swing.TransferHandler.SwingDragGestureRecognizer
All Implemented Interfaces:
Serializable
Enclosing class:
TransferHandler

private static class TransferHandler.SwingDragGestureRecognizer
extends DragGestureRecognizer


Field Summary
 
Fields inherited from class java.awt.dnd.DragGestureRecognizer
component, dragGestureListener, dragSource, events, sourceActions
 
Constructor Summary
(package private) TransferHandler.SwingDragGestureRecognizer(DragGestureListener dgl)
           
 
Method Summary
(package private)  void gestured(JComponent c, MouseEvent e, int srcActions, int action)
           
protected  void registerListeners()
          register this DragGestureRecognizer's Listeners with the Component
protected  void unregisterListeners()
          unregister this DragGestureRecognizer's Listeners with the Component subclasses must override this method
 
Methods inherited from class java.awt.dnd.DragGestureRecognizer
addDragGestureListener, appendEvent, fireDragGestureRecognized, getComponent, getDragSource, getSourceActions, getTriggerEvent, removeDragGestureListener, resetRecognizer, setComponent, setSourceActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferHandler.SwingDragGestureRecognizer

TransferHandler.SwingDragGestureRecognizer(DragGestureListener dgl)
Method Detail

gestured

void gestured(JComponent c,
              MouseEvent e,
              int srcActions,
              int action)

registerListeners

protected void registerListeners()
register this DragGestureRecognizer's Listeners with the Component

Specified by:
registerListeners in class DragGestureRecognizer

unregisterListeners

protected void unregisterListeners()
unregister this DragGestureRecognizer's Listeners with the Component subclasses must override this method

Specified by:
unregisterListeners in class DragGestureRecognizer