Uses of Interface
com.sun.lwuit.list.ListModel

Packages that use ListModel
com.sun.lwuit   
com.sun.lwuit.list   
 

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