javax.swing
Interface Renderer


public interface Renderer

This interface is not used and exists only for compatibility. It probably has been replaced by ListCellRenderer, TableCellRenderer and TreeCellRenderer.


Method Summary
 Component getComponent()
          getComponent
 void setValue(Object value, boolean selected)
          setValue
 

Method Detail

setValue

void setValue(Object value,
              boolean selected)
setValue

Parameters:
value - TODO
selected - TODO

getComponent

Component getComponent()
getComponent