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

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -