Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4219338

incomplete doc for java.awt.dnd.DragGestureEvent

XMLWordPrintable

    • Fix Understood
    • sparc
    • solaris_2.5.1

      Name: sdC67446 Date: 03/11/99


      The doc for the java.awt.dnd.DragGestureEvent
      doesn't specify the behavior of methods:

       public void
       DragGestureEvent.startDrag(Cursor dragCursor,
                                  Transferable transferable,
                                  DragSourceListener dsl)

       public void
       DragGestureEvent.startDrag(Cursor dragCursor,
                                  Image dragImage,
                                  Point imageOffset,
                                  Transferable transferable,
                                  DragSourceListener dsl)

      if input patameters == null.
      Should be fixed for consistency.

      The doc says:
      ------------------------------------------------------------
      public void startDrag(Cursor dragCursor,
                            Image dragImage,
                            Point imageOffset,
                            Transferable transferable,
                            DragSourceListener dsl)
                     throws InvalidDnDOperationException

             Start the drag given the initial Cursor to display, a drag
             Image, the offset of the Image, the Transferable object, and
             the DragSourceListener to use.

             Parameters:
                    dragCursor - The initial drag Cursor
                    dragImage - The source's dragImage
                    imageOffset - The dragImage's offset
                    transferable - The source's Transferable
                    dsl - The source's DragSourceListener

             Throws:
                    InvalidDnDOperationException - if the Drag and Drop
                    system is unable to initiate a drag operation, or if the
                    user attempts to start a drag while an existing drag
                    operation is still executing.
      ------------------------------------------------------------

      ======================================================================

            denis Denis Fokin (Inactive)
            dsvsunw Dsv Dsv (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: