java - Difference bewteen using TableRowSorter with getColumnClass and without getColumnClass -


i sorted data table in java. both sort getcolumnclass , without getcolumnclass done. what's difference between them? all

the getcolumnclass() method required implementations of tablemodel; table without getcolumnclass() not possible. "is used jtable set default renderer , editor column," may required refresh rows changed due sorting. number of times called unspecified.

if suspect implementation problem, should profile application.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -