This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 97564

Summary: Move deprecated classes from the public API
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 95110    

Description David Kaspar 2007-03-09 13:05:33 UTC
Move deprecated (to-be-changed) classes to non-public API packages. Users would
be able to access them suing the implementation dependency.
Comment 1 David Kaspar 2007-03-09 16:54:43 UTC
ListWidget and ListItemWidget are not in final shape and are deprecated.
Therefore they have been moved out from the public-API packages.
Now they are copied in the
org.netbeans.modules.visual.experimental.widget.general package.
The original classes are still deprecated and going to be removed for 6.0
Milestone 9.
Note that if you want to use the experimental widgets (outside of the public-API
packages), you have to set an implementation dependency on
org.netbeans.api.visual module. Please, do not use implemementation dependency
for anything except this.