src/share/classes/javax/swing/MutableComboBoxModel.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

*** 28,37 **** --- 28,38 ---- * A mutable version of <code>ComboBoxModel</code>. * * @param <E> the type of the elements of this model * * @author Tom Santos + * @since 1.2 */ public interface MutableComboBoxModel<E> extends ComboBoxModel<E> { /**