java.awt.dnd
Class DragGestureRecognizer

java.lang.Object
java.awt.dnd.DragGestureRecognizer
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DragSource.NoDragGestureRecognizer, MouseDragGestureRecognizer
- public abstract class DragGestureRecognizer
- extends java.lang.Object
- implements java.io.Serializable
STUBBED
- Since:
- 1.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Compatible with JDK 1.2+.
- See Also:
- Constant Field Values
dragSource
protected DragSource dragSource
component
protected java.awt.Component component
dragGestureListener
protected transient DragGestureListener dragGestureListener
sourceActions
protected int sourceActions
events
protected java.util.ArrayList events
DragGestureRecognizer
protected DragGestureRecognizer(DragSource ds,
java.awt.Component c,
int sa,
DragGestureListener dgl)
DragGestureRecognizer
protected DragGestureRecognizer(DragSource ds,
java.awt.Component c,
int sa)
DragGestureRecognizer
protected DragGestureRecognizer(DragSource ds,
java.awt.Component c)
DragGestureRecognizer
protected DragGestureRecognizer(DragSource ds)
registerListeners
protected abstract void registerListeners()
unregisterListeners
protected abstract void unregisterListeners()
getDragSource
public DragSource getDragSource()
getComponent
public java.awt.Component getComponent()
setComponent
public void setComponent(java.awt.Component c)
getSourceActions
public int getSourceActions()
setSourceActions
public void setSourceActions(int sa)
getTriggerEvent
public java.awt.event.InputEvent getTriggerEvent()
resetRecognizer
public void resetRecognizer()
throws gnu.classpath.NotImplementedException
addDragGestureListener
public void addDragGestureListener(DragGestureListener dgl)
throws java.util.TooManyListenersException
- Register a new DragGestureListener.
removeDragGestureListener
public void removeDragGestureListener(DragGestureListener dgl)
fireDragGestureRecognized
protected void fireDragGestureRecognized(int dragAction,
java.awt.Point p)
throws gnu.classpath.NotImplementedException
appendEvent
protected void appendEvent(java.awt.event.InputEvent e)
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException