Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6277499
Votes 0
Synopsis Minor API changes to support new Swing DnD API
Category java:classes_swing
Reported Against
Release Fixed mustang(b42)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 4942851 , 4468566
Submit Date 27-MAY-2005
Description
After implementing and using the new Swing DnD API (see 4468566 and 4942851) I've decided there's a need for a couple of minor API changes:

1) TransferHandler.DropLocation's constructor should be protected rather than private. It's not meant to be created by developers.

2) JTree should allow insert drops to occur as siblings to the root (with path null). The doc should be changed to describe this case.

3) Unfortunately, BasicTextUI currently uses reflection to access a few methods in the text package (in DefaultCaret). These methods should be made public.
  xxxxx@xxxxx   2005-05-27 20:30:31 GMT
Work Around
N/A
Evaluation
I filed this, I'll fix it :)
  xxxxx@xxxxx   2005-05-27 20:31:18 GMT
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang