|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DropTargetDragEvent | |
java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. |
Uses of DropTargetDragEvent in java.awt.dnd |
Methods in java.awt.dnd with parameters of type DropTargetDragEvent | |
void |
DropTargetListener.dragEnter(DropTargetDragEvent dtde)
a Drag operation has encountered the DropTarget |
void |
DropTargetListener.dragOver(DropTargetDragEvent dtde)
a Drag operation is ongoing on the DropTarget |
void |
DropTargetListener.dropActionChanged(DropTargetDragEvent dtde)
The user as modified the current drop gesture |
void |
DropTarget.dragEnter(DropTargetDragEvent dtde)
The DropTarget intercepts dragEnter() notifications before the registered DropTargetListener gets them. |
void |
DropTarget.dragOver(DropTargetDragEvent dtde)
The DropTarget intercepts dragOver() notifications before the registered DropTargetListener gets them. |
void |
DropTarget.dropActionChanged(DropTargetDragEvent dtde)
The DropTarget intercepts dropActionChanged() notifications before the registered DropTargetListener gets them. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |