JDK-4706356 : DefaultTableCellRenderer should override more methods
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_95
  • CPU: generic
  • Submitted: 2002-06-21
  • Updated: 2017-05-16
  • Resolved: 2003-09-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Description
When working on an example for a Swing Connection article,
we noticed that table cell renderers could override these
methods (in addition to the ones DefaultTableCellRenderer 
already overrides):

  repaint() (no args)
  invalidate

In addition, the javadoc needs to be updated to reflect
all the methods the class overrides.  isOpaque and firePropertyChange,
in particular, need better doc.
need to be covered better.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b22
14-06-2004

EVALUATION Yep, this needs to be done. ###@###.### 2003-08-11 DefaultTreeCellRenderer, DefaultTableCellRenderer and DefaultListCellRenderer now override repaint and invalidate to do nothing. ###@###.### 2003-09-15
11-08-2003