-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.2.1
-
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.
------------------------------------------------------------
======================================================================
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.
------------------------------------------------------------
======================================================================