FileDocCategorySizeDatePackage
Renderer.javaAPI DocJava SE 5 API858Fri Aug 26 14:57:58 BST 2005javax.swing

Renderer

public interface Renderer
Defines the requirements for an object responsible for "rendering" (displaying) a value.
version
1.12 12/19/03
author
Arnaud Weber

Fields Summary
Constructors Summary
Methods Summary
public java.awt.ComponentgetComponent()
Returns the component used to render the value.

return
the Component responsible for displaying the value

public voidsetValue(java.lang.Object aValue, boolean isSelected)
Specifies the value to display and whether or not the value should be portrayed as "currently selected".

param
aValue an Object object
param
isSelected a boolean