Tagged Questions

1
vote
0answers
919 views

Updating a JTable after using RowFilter

I was able to attach a filter to the GraphTable (which is extended from the JTable). I was trying out a sample filter which filters all the rows starting with the letter "A". final ...
0
votes
1answer
237 views

TableRowSorter and RowFilter in java 1.4

I'm actually in a middle of a small problem. I have discovered that TableRowSorter and RowFilter are not included in Java 4. All of our clients are using Java 1.4.2_08 and it's not convenient for us ...
0
votes
2answers
904 views

JTable RowFilter

Is is possible to some how get the index of the selection corresponding to the non filtered table? After the table is filter using a regexFilter. JTable getSelectedRow returns the index of the ...