|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidDnDOperationException | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. |
Uses of InvalidDnDOperationException in java.awt |
Methods in java.awt that throw InvalidDnDOperationException | |
abstract java.awt.dnd.peer.DragSourceContextPeer |
Toolkit.createDragSourceContextPeer(DragGestureEvent dge)
create the peer for a DragSourceContext |
Uses of InvalidDnDOperationException in java.awt.dnd |
Methods in java.awt.dnd that throw InvalidDnDOperationException | |
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. |
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 |
DropTargetContext.dropComplete(boolean success)
signal that the drop is completed and if it was successful or not |
protected Transferable |
DropTargetContext.getTransferable()
get the Transferable (proxy) operand of this operation |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |