API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. Renderer View Source
Author(s)
Arnaud Weber
Since
Version
1.13 11/17/05
Serial
Hierarchy
 Renderer
Subinterfaces
Description
public interface Renderer
Defines the requirements for an object responsible for "rendering" (displaying) a value.
See also:   
Methods
Hide/Show inherited methods
public Component getComponent ()
  Returns the component used to render the value.
public void setValue (Object aValue, boolean isSelected)
  Specifies the value to display and whether or not the value should be portrayed as "currently selected".
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar