Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Interface Summary | |
Autoscroll | During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user. |
DragSourceListener | The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the users gesture to provide the appropriate feedback to the user. |
DropTargetListener | The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget. |
FlavorMap | The FlavorMap is an interface to a map that maps platform native type names (strings) to MIME type strings, and also their associated DataFlavors. |
Class Summary | |
DnDConstants | |
DragSource | The DragSource class is a small class responsible for originating a Drag and Drop operation. |
DragSourceContext | The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol. |
DragSourceDragEvent | The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the currently registered DragSourceListener. |
DragSourceDropEvent | The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to its currently registered DragSourceListener. |
DragSourceEvent | base class for DragSourceDragEvent and DragSourceDropEvent |
DropTarget | The DropTarget is associated with a Component, when that Component wishes to accept Drops during Drag and Drop operations. |
DropTargetContext | A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visibel geometry of a Component, with an associated DropTarget. |
DropTargetContext.TransferableProxy | |
DropTargetDragEvent | The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter(), dragOver(), and dragScroll() methods. |
DropTargetDropEvent | The DropTargetDropEvent is delivered via the DropTargetListener drop() method. |
DropTargetEvent | The DropTargetEvent is the base class for both the DropTargetDragEvent and The DropTargetDropEvent. |
Exception Summary | |
InvalidDnDOperationException | This exception is thrown by various methods in the java.awt.dnd package. |
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |