Klasse javax.swing.table.DefaultTableCellRenderer | 1.2 |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JLabel | +--javax.swing.table.DefaultTableCellRenderer
Geschachtelte Klassen | |
---|---|
public static | DefaultTableCellRenderer.UIResource |
Datenelemente | |
---|---|
protected static Border | noFocusBorder |
Konstruktoren | |
---|---|
public | DefaultTableCellRenderer() |
Methoden | |
---|---|
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) |
public boolean | isOpaque() |
public void | validate() |
public void | revalidate() |
public void | repaint(long tm, int x, int y, int width, int height) |
public void | repaint(Rectangle r) |
protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) |
public void | firePropertyChange(String propertyName, boolean oldValue, boolean newValue) |
protected void | setValue(Object value) |