Holger Brands

Results 161 comments of Holger Brands

I see what you mean and this could be a problem. On the other side, this turned out to be no big problem in practice the last few years. Most...

This is going to be a Royal PITA since changing the EventTableModel EventList will also impact the corresponding TableComparatorChooser and EventSelectionModel! by jessewilson

We should use DelegatingList to solve this problem. by jessewilson

ListEventPublisher must be refactored for this to become a reality. by jplemieux

With JXTable of swingx, I have done as following: 1. for each filter text-field, I create a "PatternFilter": >>> PatternFilter filter=new PatternFilter(keywords, 0, columnIndex); this will create a filter for...

Created an attachment (id=58) MultiCriteriaFilter implementation by revever

Well, I have advanced very much. (SEE the attached file). There is only one little thing which could be improved but I don't have the solution for now. My table...

Sorry, I don't quite understand. What does that function return? A boolean ? Wouldn't that be a BiPredicate in this case ? boolean test(Set matchSet, E input)

Created an attachment (id=49) Test Case by rasss