Sorting JTable on more than just the values listed in the columns
Posted on
16th Feb 2014 07:03 pm by
admin
I have a collection of objects that store (among other things) two integer values. I only want to display one of these values. The displayed value will dictate the sort order of the JTable.
However, I want to break ties with the other, undisplayed, integer value.
Did you know?Explore Trending and Topic pages for more stories like this.
I've gone through the trouble of specifying my own Comparator for the TableRowSorter. However, this method doesn't have access to the row index into the table. It is only passed the values in the column that is being sorted, not their position in the column. Without having a reference back to the row index (which I use as an index to the collection of objects) I cannot get the secondary value, unless I also display this value in its own column and sort on Sort Keys.
I don't want to do that, because I feel it clutters up the look of the table.
For example, I have the two sets of numbers
Row Name | Displayed Value | Undisplayed Value
rowA | 7 | 3
rowB | 7 | 5
With this set of data, rowB should be listed above rowA. Any ideas on how to implement this.
I'm pretty new to Swing, so there could be something simple that I'm missing (hopefully).
No comments posted yet
Your Answer:
Login to answer
296
12
Other forums
code help - pagination
Hi all, I have this code, basically a user logs into my site and they get this page.
The pro
Problem in String replace program's output
Hi all,
I was trying to make a program which accepts a string and replaces it with another stri
Baffled by Undefined Index in Simple Array: Please Help!
Hello. I have a form which posts an array to this script. However, I can't seem to access the values
error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
Generate PDF
Hi guys,
I would like to know if there is a way to generate pdf when clicking on a link. In f
PHP5/Zend 2.0 - Resources
PHP5 Snapshots
http://snaps.php.net/
ZEND 2.0 Feature Overview and Design (PDF File
Help with usergroups? prolly really quick
So were coding our own forums for a game system we made an we have the users level setup but now I n
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
parameter passing issue on function
Well I thought I had created a pretty slick web page, using ?page and $_GET to load pages which wher
Date Question
I'm using the TIMESTAMP() function within mysql to set the date/time for certain events. However, ho