Java Platform 1.2
Beta 4

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

Packages that use ComboBoxModel
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of ComboBoxModel in com.sun.java.swing
 

Subinterfaces of ComboBoxModel in com.sun.java.swing
  MutableComboBoxModel
          A mutable version of ComboBoxModel.
 

Classes in com.sun.java.swing that implement ComboBoxModel
  DefaultComboBoxModel
          The default model for combo boxes.
 

Fields in com.sun.java.swing declared as ComboBoxModel
protected  ComboBoxModel JComboBox.dataModel
           
 

Methods in com.sun.java.swing that return ComboBoxModel
 ComboBoxModel JComboBox.getModel()
          Returns the data model currently used by the JComboBox.
 

Methods in com.sun.java.swing with parameters of type ComboBoxModel
 void JComboBox.setModel(ComboBoxModel aModel)
          Sets the data model that the JComboBox uses to obtain the list of items.
 int JComboBox.KeySelectionManager.selectionForKey(char aKey, ComboBoxModel aModel)
          Given aKey and the model, returns the row that should become selected.
 

Constructors in com.sun.java.swing with parameters of type ComboBoxModel
JComboBox.JComboBox(ComboBoxModel aModel)
          Creates a JComboBox that takes its items from an existing ComboBoxModel.
 


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.