-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.2.1
-
sparc
-
solaris_2.5.1
Name: sdC67446 Date: 03/11/99
The doc for DropTargetContext says nothing about the behavior of:
protected Transferable
DropTargetContext.createTransferableProxy(Transferable t,
boolean local)
if 't' == null.
Also the valid range for 'actions' parameter is unspecified in:
protected void DropTargetContext.setTargetActions(int actions)
The doc says:
________
protected Transferable createTransferableProxy(Transferable t,
boolean local)
subclasses may override this to supply their own Proxy Transferable
Parameters:
t - the Transferable
local - boolean
Returns:
the Transferable
protected void setTargetActions(int actions)
This method sets the current actions acceptable to this DropTarget.
Parameters:
actions - an int representing the supported action(s)
________
======================================================================
The doc for DropTargetContext says nothing about the behavior of:
protected Transferable
DropTargetContext.createTransferableProxy(Transferable t,
boolean local)
if 't' == null.
Also the valid range for 'actions' parameter is unspecified in:
protected void DropTargetContext.setTargetActions(int actions)
The doc says:
________
protected Transferable createTransferableProxy(Transferable t,
boolean local)
subclasses may override this to supply their own Proxy Transferable
Parameters:
t - the Transferable
local - boolean
Returns:
the Transferable
protected void setTargetActions(int actions)
This method sets the current actions acceptable to this DropTarget.
Parameters:
actions - an int representing the supported action(s)
________
======================================================================
- relates to
-
JDK-4143345 unclear spec for methods java.awt.dnd.DropTargetContext.addNotify
-
- Open
-