|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DropTargetContext | |
java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. |
Uses of DropTargetContext in java.awt.dnd |
Fields in java.awt.dnd declared as DropTargetContext | |
protected DropTargetContext |
DropTargetEvent.context
|
Methods in java.awt.dnd that return DropTargetContext | |
DropTargetContext |
DropTargetEvent.getDropTargetContext()
|
DropTargetContext |
DropTarget.getDropTargetContext()
|
protected DropTargetContext |
DropTarget.createDropTargetContext()
Create the DropTargetContext associated with this DropTarget. |
Constructors in java.awt.dnd with parameters of type DropTargetContext | |
DropTargetEvent.DropTargetEvent(DropTargetContext dtc)
Construct a DropTargetEvent |
|
DropTargetDragEvent.DropTargetDragEvent(DropTargetContext dtc,
Point cursorLocn,
int dropAction,
int srcActions)
construct an Event |
|
DropTargetDropEvent.DropTargetDropEvent(DropTargetContext dtc,
Point cursorLocn,
int dropAction,
int srcActions)
Constructs a DropTargetDropEvent. |
|
DropTargetDropEvent.DropTargetDropEvent(DropTargetContext dtc,
Point cursorLocn,
int dropAction,
int srcActions,
boolean isLocal)
Construct a DropTargetEvent |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |