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

Quick Search    Search Deep

java.awt.dnd
Class DragSource.NoDragGestureRecognizer  view DragSource.NoDragGestureRecognizer download DragSource.NoDragGestureRecognizer.java

java.lang.Object
  extended byjava.awt.dnd.DragGestureRecognizer
      extended byjava.awt.dnd.DragSource.NoDragGestureRecognizer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DragSource

static class DragSource.NoDragGestureRecognizer
extends DragGestureRecognizer

Dummy DragGestureRecognizer when Toolkit doesn't support drag and drop.


Field Summary
 
Fields inherited from class java.awt.dnd.DragGestureRecognizer
component, dragGestureListener, dragSource, events, sourceActions
 
Constructor Summary
(package private) DragSource.NoDragGestureRecognizer(DragSource ds, java.awt.Component c, int actions, DragGestureListener dgl)
           
 
Method Summary
protected  void registerListeners()
           
protected  void unregisterListeners()
           
 
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

DragSource.NoDragGestureRecognizer

DragSource.NoDragGestureRecognizer(DragSource ds,
                                   java.awt.Component c,
                                   int actions,
                                   DragGestureListener dgl)
Method Detail

registerListeners

protected void registerListeners()
Specified by:
registerListeners in class DragGestureRecognizer

unregisterListeners

protected void unregisterListeners()
Specified by:
unregisterListeners in class DragGestureRecognizer