Uses of Interface
com.sun.lwuit.list.CellRenderer

Packages that use CellRenderer
com.sun.lwuit.list Lists are highly customizable and serve as the basis for ComboBox and other components (such as carousels etc) they employ a similar MVC approach to Swing including the renderer pattern. 
 

Uses of CellRenderer in com.sun.lwuit.list
 

Classes in com.sun.lwuit.list that implement CellRenderer
 class DefaultListCellRenderer
          Default implementation of the renderer based on a label see the ListCellRenderer for more information about the use and purpose of this class
 class GenericListCellRenderer
          The generic list cell renderer can display containers or arbitrary LWUIT components as items in a list.
 

Methods in com.sun.lwuit.list that return CellRenderer
 CellRenderer ContainerList.getRenderer()
          The renderer used to draw the container list elements
 

Methods in com.sun.lwuit.list with parameters of type CellRenderer
 void ContainerList.setRenderer(CellRenderer r)
          The renderer used to draw the container list elements