swingwt.awt.dnd
Class DragSourceDragEvent
java.lang.Object
java.util.EventObject
swingwt.awt.dnd.DragSourceEvent
swingwt.awt.dnd.DragSourceDragEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DragSourceDragEvent
- extends DragSourceEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DragSourceDragEvent
public DragSourceDragEvent(DragSourceContext dsc,
int dropAction,
int targetActions,
int gestureModifiers)
DragSourceDragEvent
public DragSourceDragEvent(DragSourceContext dsc,
int dropAction,
int targetActions,
int gestureModifiers,
int x,
int y)
getTargetActions
public int getTargetActions()
getUserAction
public int getUserAction()
getGestureModifiers
public int getGestureModifiers()
getGestureModifiersEx
public int getGestureModifiersEx()
getDropAction
public int getDropAction()