API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. MutableComboBoxModel View Source
Author(s)
Tom Santos
Since
Version
1.13 11/17/05
Serial
Hierarchy
 ListModel
      ComboBoxModel
          MutableComboBoxModel
Subinterfaces
Description
public interface MutableComboBoxModel
A mutable version of ComboBoxModel.
See also:   
Methods
Hide/Show inherited methods
public void addElement (Object obj)
  Adds an item at the end of the model.
public void insertElementAt (Object obj, int index)
  Adds an item at a specific index.
public void removeElement (Object obj)
  Removes an item from the model.
public void removeElementAt (int index)
  Removes an item at a specific index.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar