net.sf.freecol.client.gui.panel
Class DefaultTransferHandler.FreeColDragGestureRecognizer

java.lang.Object
  extended by java.awt.dnd.DragGestureRecognizer
      extended by net.sf.freecol.client.gui.panel.DefaultTransferHandler.FreeColDragGestureRecognizer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DefaultTransferHandler

private static class DefaultTransferHandler.FreeColDragGestureRecognizer
extends java.awt.dnd.DragGestureRecognizer


Field Summary
 
Fields inherited from class java.awt.dnd.DragGestureRecognizer
component, dragGestureListener, dragSource, events, sourceActions
 
Constructor Summary
DefaultTransferHandler.FreeColDragGestureRecognizer(java.awt.dnd.DragGestureListener dgl)
           
 
Method Summary
(package private)  void gestured(javax.swing.JComponent c, java.awt.event.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.
 
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

DefaultTransferHandler.FreeColDragGestureRecognizer

DefaultTransferHandler.FreeColDragGestureRecognizer(java.awt.dnd.DragGestureListener dgl)
Method Detail

gestured

void gestured(javax.swing.JComponent c,
              java.awt.event.MouseEvent e,
              int srcActions,
              int action)

registerListeners

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

Specified by:
registerListeners in class java.awt.dnd.DragGestureRecognizer

unregisterListeners

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

Specified by:
unregisterListeners in class java.awt.dnd.DragGestureRecognizer