KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > dnd > DragSourceDragEvent

java.awt.dnd
Class DragSourceDragEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.dnd.DragSourceEvent
          extended by java.awt.dnd.DragSourceDragEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public DragSourceDragEvent(DragSourceContext dsc,
                           int dropAction,
                           int action,
                           int modifiers)
See Also:
DragSourceEvent.getLocation(), InputEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DragSourceDragEvent(DragSourceContext dsc,
                           int dropAction,
                           int action,
                           int modifiers,
                           int x,
                           int y)
See Also:
InputEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getDropAction()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getGestureModifiers()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getGestureModifiersEx()
See Also:
InputEvent.getModifiersEx()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getTargetActions()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getUserAction()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags