Generated by
JDiff

Interface javax.swing.MutableComboBoxModel

Documentation changed from old to new.

Changed Methods
void addElement(Object) Documentation changed from old to new.
Adds an item to the end of the model.
void insertElementAt(Object, int) Documentation changed from old to new.
Adds an item at a specific index
void removeElement(Object) Documentation changed from old to new.
Removes an item from the model.
void removeElementAt(int) Documentation changed from old to new.
Removes an item at a specific index