Rendererpublic interface Renderer Defines the requirements for an object responsible for
"rendering" (displaying) a value. |
Methods Summary |
---|
public java.awt.Component | getComponent()Returns the component used to render the value.
| public void | setValue(java.lang.Object aValue, boolean isSelected)Specifies the value to display and whether or not the
value should be portrayed as "currently selected".
|
|