|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ListModel | |
|---|---|
| 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. |
| Uses of ListModel in com.sun.dtv.lwuit |
|---|
| Methods in com.sun.dtv.lwuit that return ListModel | |
|---|---|
ListModel |
List.getModel()
Returns the model underlying the list. |
| Methods in com.sun.dtv.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.dtv.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.dtv.lwuit.list |
|---|
| Classes in com.sun.dtv.lwuit.list that implement ListModel | |
|---|---|
class |
DefaultListModel
Default implementation of the list model based on a vector of elements. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||