All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.dnd.DropTargetEvent

java.lang.Object
    |
    +----java.util.EventObject
            |
            +----java.awt.dnd.DropTargetEvent

public class DropTargetEvent
extends EventObject

The DropTargetEvent is the base class for both the DropTargetDragEvent and The DropTargetDropEvent. It encapsulates the current state of the Drag and Drop operations, in particular the current DropTargetContext.

Since:
JDK1.2

Variable Index

 o context

Constructor Index

 o DropTargetEvent(DropTargetContext)
Construct a DropTargetEvent

Method Index

 o getDropTargetContext()

Variables

 o context
protected DropTargetContext context

Constructors

 o DropTargetEvent
public DropTargetEvent(DropTargetContext dtc)
Construct a DropTargetEvent

Methods

 o getDropTargetContext
public DropTargetContext getDropTargetContext()
Returns:
the DropTargetContext

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature