oxbow
oxbow copied to clipboard
Swing UI Enhacements
More info at http://code.google.com/p/oxbow/issues/detail?id=44
When I execute a fireTableDataChanged on a table that is currently filtered or sorted I get a momentary flicker of only the first row where it initially shows what the...
Hi, I added the filter to my JTable. Thank You for this project. I want to use regular expression as searchfilter. Our clients needs escpecially regexps that contains | (pipe),...
Hello, I need to save the applied filter. - When you hide the screen, I need the set filter - I intercat with other screens - When I show the...
https://github.com/eugener/oxbow/issues/11 in this issue you wrote about implementing custom actions. Is that currently a feature? otherwise, could you add some documentation so I can create some myself? I would like...
Hi, when i sort a column which is filtered. The renderer registers the sort icon an creates a compoundicon with the funnel icon an the sorticon. But the table shows...
Currently the rendering of values in the Checklist popup when you right click over a column renders the text by calling Object.toString(). This is not very useful for tables that...
Hi! great work Are upload your project on maven ?
I ran into a small problem once a firetablestructurechanged event is called. The filter state is preserved, but the header renderer (which resets to default on firetablestructurechanged) does not get...
when i set the table to table.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); the swingbit UI stops working