|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListModel | |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
Uses of ListModel in com.sun.java.swing |
Subinterfaces of ListModel in com.sun.java.swing | |
ComboBoxModel
ComboBoxDataModel is a ListDataModel with a selected item This selected item is in the model since it is not always in the item list. |
|
MutableComboBoxModel
A mutable version of ComboBoxModel. |
Classes in com.sun.java.swing that implement ListModel | |
AbstractListModel
The Abstract definition for the data model the provides a List with its contents. |
|
DefaultComboBoxModel
The default model for combo boxes. |
|
DefaultListModel
This class implements the java.util. |
Methods in com.sun.java.swing that return ListModel | |
ListModel | JList.getModel()
Returns the data model that holds the list of items displayed by the JList component. |
Methods in com.sun.java.swing with parameters of type ListModel | |
void | JList.setModel(ListModel model)
Sets the model that represents the contents or "value" of the list and clears the list selection after notifying PropertyChangeListeners. |
Constructors in com.sun.java.swing with parameters of type ListModel | |
JList.JList(ListModel dataModel)
Construct a JList that displays the elements in the specified, non-null model. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |