Problema com TableSorter[RESOLVIDO]

Galera, eu comecei a usar a TableSorter pra poder ordenar a JTable pelos headers, mas tive um problema.
Na minha jtable, quando eu clico em alguma linha, os componentes na tela são preenchidos com os dados do objeto da linha clicada (ListSelectionListener).
Mas a reordenação está sendo feita apenas nas Strings (os textos das linhas e colunas), e não nos objetos.

Alguém tem alguma idéia de como eu poderia resolver isso? Só implementando o sorter?

Ah, ainda não tá resolvido, mas vou resolver lendo: http://download.oracle.com/javase/tutorial/uiswing/components/table.html#sorting

[quote]"When a table uses a sorter, the data the users sees may be in a different order than that specified by the data model, and may not include all rows specified by the data model. The data the user actually sees is known as the view, and has its own set of coordinates. JTable provides methods that convert from model coordinates to view coordinates ? convertColumnIndexToView and convertRowIndexToView ? and that convert from view coordinates to model coordinates ? convertColumnIndexToModel and convertRowIndexToModel.
NOTE: When using a sorter, always remember to translate cell coordinates. "[/quote]

Obrigado!

[Resolvido]
Pronto, consegui. Obrigado!