| java.lang.Object org.uispec4j.DefaultTableCellValueConverter
DefaultTableCellValueConverter | public class DefaultTableCellValueConverter implements TableCellValueConverter(Code) | | 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.
|
|
|