- All Implemented Interfaces:
- TableCellValueConverter
public class DefaultTableCellValueConverter
extends Object
implements TableCellValueConverter
Default implementation for the TableCellValueConverter interface.
This converter returns the displayed value for JLabel and JComboBox components, and a Boolean
in the case of a JCheckBox. If another renderer type is used, it will returned the stringified object
used by the internal model of the table (using toString()), or an empty string if this model
object is null.