GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.awt.dnd.DragSourceListener | |
class | This class implements DragSourceListener and
DragSourceMotionListener , and implements all methods
with empty bodies. |
class |
Constructors with parameter type java.awt.dnd.DragSourceListener | |
DragSourceContext.DragSourceContext(DragSourceContextPeer peer, DragGestureEvent trigger, Cursor cursor, Image image, Point offset, Transferable trans, DragSourceListener dsl) Initializes a drag source context.
|
Methods with parameter type java.awt.dnd.DragSourceListener | |
void | |
void | Adds a DragSourceListener .
|
DragSourceContext | DragSource.createDragSourceContext(DragSourceContextPeer peer, DragGestureEvent dge, Cursor cursor, Image image, Point offset, Transferable t, DragSourceListener dsl) Creates the DragSourceContext to handle this drag.
|
void | |
void | |
void | DragGestureEvent.startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener l) Starts the drag given the initial Cursor to display, the Transferable
object, and the DragSourceListener to use.
|
void | Starts the drag given the initial Cursor to display, the Transferable
object, and the DragSourceListener to use.
|
void | DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener dsl) Start a drag, given the DragGestureEvent that initiated the drag.
|
void | DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener dsl, FlavorMap map) Start a drag, given the DragGestureEvent that initiated the drag.
|
void | DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable trans, DragSourceListener dsl) Start a drag, given the DragGestureEvent that initiated the drag.
|
void | DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable trans, DragSourceListener dsl, FlavorMap map) Start a drag, given the DragGestureEvent that initiated the drag.
|
Methods with return type java.awt.dnd.DragSourceListener | |
DragSourceListener[] |
GNU Classpath (0.95) |