-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6
-
generic
-
generic
TableColumn.addPropertyChangeListener description contains the following:
" A PropertyChangeEvent will get fired in response to an explicit call to setFont, setBackground, or setForeground on the current component. Note that if the current component is inheriting its foreground, background, or font from its container, then no event will be fired in response to a change in the inherited property."
But TableColumn is not a component. And it's not quite clear what is the meaning here of "current component"? So above description needs some clarification.
###@###.### 2005-1-14 10:19:16 GMT
" A PropertyChangeEvent will get fired in response to an explicit call to setFont, setBackground, or setForeground on the current component. Note that if the current component is inheriting its foreground, background, or font from its container, then no event will be fired in response to a change in the inherited property."
But TableColumn is not a component. And it's not quite clear what is the meaning here of "current component"? So above description needs some clarification.
###@###.### 2005-1-14 10:19:16 GMT
- duplicates
-
JDK-4849595 Erroneous javadoc for TableColumn.addPropertyChangeListener
-
- Resolved
-