Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.ListModel

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

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.