java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----com.sun.java.swing.JComponent | +----com.sun.java.swing.JLabel | +----com.sun.java.swing.table.DefaultTableCellRenderer
The standard class for rendering (displaying) individual cells in a JTable.
Warning: serialized objects of this class will not be compatible with future swing releases. The current serialization support is appropriate for short term storage or RMI between Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
protected static Border noFocusBorder
public DefaultTableCellRenderer()
public void setForeground(Color c)
public void setBackground(Color c)
public void updateUI()
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)setValue
protected void setValue(Object value)