|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListCellRenderer | |
---|---|
com.sun.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
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. |
com.sun.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.lwuit |
---|
Methods in com.sun.lwuit that return ListCellRenderer | |
---|---|
ListCellRenderer |
List.getRenderer()
Returns the renderer which is used to draw list elements |
Methods in com.sun.lwuit with parameters of type ListCellRenderer | |
---|---|
void |
List.setListCellRenderer(ListCellRenderer renderer)
Deprecated. use setRenderer instead, this method was deprecated to confirm better to JavaBean convention of having the getter/setter with the same name |
void |
MenuBar.setMenuCellRenderer(ListCellRenderer menuCellRenderer)
The MenuBar default implementation shows the menu commands in a List contained in a Dialog. |
void |
Form.setMenuCellRenderer(ListCellRenderer menuCellRenderer)
Determine the cell renderer used to render menu elements for themeing the look of the menu options |
void |
List.setRenderer(ListCellRenderer renderer)
Sets the renderer which is used to draw list elements |
Uses of ListCellRenderer in com.sun.lwuit.list |
---|
Classes in com.sun.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 |
class |
GenericListCellRenderer
The generic list cell renderer can display containers or arbitrary LWUIT components as items in a list. |
Uses of ListCellRenderer in com.sun.lwuit.plaf |
---|
Methods in com.sun.lwuit.plaf that return ListCellRenderer | |
---|---|
ListCellRenderer |
LookAndFeel.getMenuRenderer()
Returns the Menu default renderer |
Methods in com.sun.lwuit.plaf with parameters of type ListCellRenderer | |
---|---|
void |
LookAndFeel.setMenuRenderer(ListCellRenderer menuRenderer)
Sets the Menu default renderer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |