Re: Multiple Filters
Rob,
Thanks for the reply, but I'm a little lost. If I make a CompositeMatcherEditor of MatcherEditors, how do I call fireChanged on them in order to make my multiple Matchers? Right now, I have it that if you click a cell and right click and then choose "equal to", for example, the MatcherEditor will call fireChanged(new Matcher(...)); whose matches() function will compare equality for this value against all other values in the column. Doing this a second time, however, will compare the newly selected value against the entire original table, not the currently filtered one. Thanks again
-Victor Weinblatt