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 53968 - deprecate the ListTableView class
Summary: deprecate the ListTableView class
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 30128
  Show dependency tree
 
Reported: 2005-01-25 14:43 UTC by Stanislav Aubrecht
Modified: 2008-12-22 20:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bugfix (604 bytes, patch)
2005-01-25 14:45 UTC, Stanislav Aubrecht
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Aubrecht 2005-01-25 14:43:07 UTC
i want to deprecate class
org.openide.explorer.view.ListTableView

this class is not being used in the netbeans sources.
the same functionality can be achieved by using
the TreeTableView class.

issue 30128 depends on this.
Comment 1 Stanislav Aubrecht 2005-01-25 14:45:08 UTC
Created attachment 19947 [details]
Bugfix
Comment 2 Stanislav Aubrecht 2005-02-02 10:23:08 UTC
since nobody objected, i'm going to go ahead and deprecate the
org.openide.explorer.view.ListTableView class
Comment 3 Stanislav Aubrecht 2005-02-03 15:00:48 UTC
the class is deprecated now

Checking in ListTableView.java;
/cvs/openide/src/org/openide/explorer/view/ListTableView.java,v  <-- 
ListTableView.java
new revision: 1.11; previous revision: 1.10
done
Comment 4 Jaromir Uhrik 2005-07-14 16:18:35 UTC
Verified.