Java Platform 1.2
Beta 4

Uses of Class
java.awt.dnd.InvalidDnDOperationException

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
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.