Bug 153825 - [Workbench] Add filtering support to structured viewers
Summary: [Workbench] Add filtering support to structured viewers
Status: RESOLVED DUPLICATE of bug 167436
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Karice McIntyre CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-14 16:43 EDT by Boris Bokowski CLA
Modified: 2009-02-26 16:55 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Bokowski CLA 2006-08-14 16:43:03 EDT
From bug 152170:

I envision a future, where all structured viewers can be filtered. For example,
I may want to filter a list, a tree, a table. It would be nice to have a
"FilteredViewer" object that could serve as the base for filtered viewers. Than
we could FilteredTreeViewer, FilteredTableViewer, FilteredListViewer... I
believe some of the filtering / update logic could be shared amongst these
different implementations. How this is actually done, I'm not sure yet...
however, I believe there is a need for different type of "filtered viewers".

Filed under [Workbench] since JFace cannot use the Jobs API which is used by FilteredTree.
Comment 1 Boris Bokowski CLA 2009-02-26 16:55:19 EST
I now believe the answer lies in reusable components that help building this.

*** This bug has been marked as a duplicate of bug 167436 ***