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 - Remove PropertyRenderer from the API
Summary: Remove PropertyRenderer from the API
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: API
Depends on:
Blocks: 29447
  Show dependency tree
 
Reported: 2003-07-09 16:07 UTC by Jaroslav Tulach
Modified: 2008-12-22 22:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.