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 34832

Summary: Remove PropertyRenderer from the API
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker Keywords: API
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 29447    

Description Jaroslav Tulach 2003-07-09 16:07:41 UTC
Having a class with comment "this is not useful
for module writers" in API is probably not the
best choice. So please remove:

PropertyRenderer.CancelAction 
PropertyRenderer.CustomEditAction 
PropertyRenderer.EditAction
PropertyRenderer

from the API. In my opinion you can move the
static methods from the PropertyRenderer elsewhere
for example into PropUtils if there is really a
need? Is TreeTableView already rewritten to use
this renderer? If not, then just move the methods
and make them private until they are really needed.
Comment 1 _ tboudreau 2003-07-14 08:40:59 UTC
Done.
Comment 2 Jaroslav Tulach 2003-07-17 08:07:06 UTC
Static inner classes are still in the API. 
Comment 3 _ tboudreau 2003-07-17 08:51:36 UTC
Inner classes removed.
Comment 4 Jaroslav Tulach 2003-07-17 08:55:25 UTC
According to commit log, they are gone.