|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DragSourceListener | |
java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. |
Uses of DragSourceListener in java.awt.dnd |
Classes in java.awt.dnd that implement DragSourceListener | |
class |
DragSourceContext
The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol. |
Methods in java.awt.dnd with parameters of type DragSourceListener | |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable transferable,
DragSourceListener dsl,
FlavorMap flavorMap)
start a Drag. |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl,
FlavorMap flavorMap)
start a Drag. |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point dragOffset,
Transferable transferable,
DragSourceListener dsl)
start a Drag. |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl)
start a Drag. |
protected DragSourceContext |
DragSource.createDragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp,
DragGestureEvent dgl,
Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable t,
DragSourceListener dsl)
Create the DragSourceContext to handle this Drag. |
void |
DragGestureEvent.startDrag(Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl)
start the drag |
void |
DragGestureEvent.startDrag(Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable transferable,
DragSourceListener dsl)
start the drag |
void |
DragSourceContext.addDragSourceListener(DragSourceListener dsl)
change the DragSourceListener |
void |
DragSourceContext.removeDragSourceListener(DragSourceListener dsl)
change the DragSourceListener |
Constructors in java.awt.dnd with parameters of type DragSourceListener | |
DragSourceContext.DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp,
DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point offset,
Transferable t,
DragSourceListener dsl)
construct a DragSourceContext (called from DragSource) |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |