[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: [Databinding] bindlist() with filter

Peter Maas wrote:
The GUI elements are tables, one with two columns showing persons, the other
with three columns showing employees etc. My goal is to have a databinding
from the list to the tables where e.g. the binding to the employees table
only looks at the employee items of the list.

Have you tried just using a viewer filter on each viewer observing the same list? I realize you're wanting separate lists but I'm trying to determine if it's necessary. The JFace approach is to filter in the view, not in the data structure. Our approach so far has been the same as JFace.


-brad