|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ListCellRenderer | |
|---|---|
| com.sun.dtv.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
| com.sun.dtv.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. |
| com.sun.dtv.lwuit.plaf | Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look. |
| Uses of ListCellRenderer in com.sun.dtv.lwuit |
|---|
| Methods in com.sun.dtv.lwuit that return ListCellRenderer | |
|---|---|
ListCellRenderer |
List.getRenderer()
Returns the renderer which is used to draw list elements. |
| Methods in com.sun.dtv.lwuit with parameters of type ListCellRenderer | |
|---|---|
void |
List.setListCellRenderer(ListCellRenderer renderer)
Sets the renderer which is used to draw list elements. |
void |
Form.setMenuCellRenderer(ListCellRenderer menuCellRenderer)
Determine the cell renderer used to render menu elements for theming the look of the menu options. |
| Uses of ListCellRenderer in com.sun.dtv.lwuit.list |
|---|
| Classes in com.sun.dtv.lwuit.list that implement ListCellRenderer | |
|---|---|
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. |
| Uses of ListCellRenderer in com.sun.dtv.lwuit.plaf |
|---|
| Methods in com.sun.dtv.lwuit.plaf that return ListCellRenderer | |
|---|---|
ListCellRenderer |
LookAndFeel.getMenuRenderer()
Returns the Menu default renderer. |
| Methods in com.sun.dtv.lwuit.plaf with parameters of type ListCellRenderer | |
|---|---|
void |
LookAndFeel.setMenuRenderer(ListCellRenderer menuRenderer)
Sets the Menu default renderer. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||