Added Methods |
void firePropertyChange(String, Object, Object)
|
Overridden for performance reasons. |
void firePropertyChange(String, boolean, boolean)
|
Overridden for performance reasons. |
void repaint(Rectangle )
|
Overridden for performance reasons. |
void repaint(long, int, int, int, int)
|
Overridden for performance reasons. |
Changed Methods |
Component getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)
|
Documentation changed from old to new. |
Returns the default table cell renderer. |
void revalidate()
|
Documentation changed from old to new. Method was inherited from JComponent, but is now defined locally.
|
Overridden for performance reasons. |
void setBackground(Color )
|
Documentation changed from old to new. |
Overrides JComponent.setForeground to assign the unselected-background color to the specified color. |
void setForeground(Color )
|
Documentation changed from old to new. |
Overrides JComponent.setForeground to assign the unselected-foreground color to the specified color. |
void setValue(Object )
|
Documentation changed from old to new. |
Sets the string for the cell being rendered to value . |
void updateUI()
|
Documentation changed from old to new. |
Notification from the UIManager that the look and feel [L&F] has changed. |
void validate()
|
Documentation changed from old to new. Method was inherited from Container, but is now defined locally.
|
Overridden for performance reasons. |