KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.dnd
Class DropTargetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.dnd.DropTargetEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DropTargetDragEvent, DropTargetDropEvent
See Also:
Top Examples, Source Code

protected DropTargetContext context
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DropTargetEvent(DropTargetContext dtc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags