|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListModel | |
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. |
Uses of ListModel in com.sun.lwuit |
Methods in com.sun.lwuit that return ListModel | |
ListModel |
List.getModel()
Returns the model underlying the list. |
Methods in com.sun.lwuit with parameters of type ListModel | |
void |
ComboBox.setModel(ListModel m)
|
void |
List.setModel(ListModel model)
Replaces/sets the model underlying the list. |
Constructors in com.sun.lwuit with parameters of type ListModel | |
ComboBox(ListModel model)
Creates a new instance of ComboBox. |
|
List(ListModel model)
Creates a new instance of List with the given model. |
Uses of ListModel in com.sun.lwuit.list |
Classes in com.sun.lwuit.list that implement ListModel | |
class |
DefaultListModel
Default implementation of the list model based on a vector of elements. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |