|
||||||||||
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 |
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 |
Methods in com.sun.lwuit.list that return ListModel | |
---|---|
ListModel |
ContainerList.getModel()
Returns the list model |
Methods in com.sun.lwuit.list with parameters of type ListModel | |
---|---|
void |
ContainerList.setModel(ListModel model)
Set the model for the container list |
Constructors in com.sun.lwuit.list with parameters of type ListModel | |
---|---|
ContainerList(Layout l,
ListModel m)
Constructs a container list with the given model and layout |
|
ContainerList(ListModel m)
Constructs a container list with the given model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |