public interface javax.swing
Renderer


Show All Login
Java SE 6
  
Details
Defines the requirements for an object responsible for "rendering" (displaying) a value.
version1.13 11/17/05

Properties
public Component getComponent() Details
Returns the component used to render the value.
returnthe Component responsible for displaying the value
public void setValue(Object aValue, boolean isSelected) Details
Specifies the value to display and whether or not the value should be portrayed as "currently selected".
aValuean Object object
isSelecteda boolean