/[classpath]/classpath/javax/swing/DefaultComboBoxModel.java
ViewVC logotype

Diff of /classpath/javax/swing/DefaultComboBoxModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mark, Sat Jul 2 20:32:46 2005 UTC revision 1.10 by rabbit78, Wed Jul 27 12:41:33 2005 UTC
# Line 43  import java.util.Vector; Line 43  import java.util.Vector;
43    
44    
45  /**  /**
46   * DefaultComboBoxModel is a data model for JComboBox. This model keeps track   * The default implementation of {@link MutableComboBoxModel}.
47     * This model keeps track
48   * of elements contained in the JComboBox as well as the current combo box   * of elements contained in the JComboBox as well as the current combo box
49   * selection. Whenever selection in the JComboBox changes, the ComboBoxModel   * selection. Whenever selection in the JComboBox changes, the ComboBoxModel
50   * will fire ListDataEvents to ComboBox's ListDataListeners.   * will fire ListDataEvents to ComboBox's ListDataListeners.
# Line 51  import java.util.Vector; Line 52  import java.util.Vector;
52   * @author Andrew Selkirk   * @author Andrew Selkirk
53   * @author Olga Rodimina   * @author Olga Rodimina
54   * @author Robert Schuster   * @author Robert Schuster
  * @version 1.0  
55   */   */
56  public class DefaultComboBoxModel extends AbstractListModel  public class DefaultComboBoxModel extends AbstractListModel
57    implements MutableComboBoxModel, Serializable    implements MutableComboBoxModel, Serializable

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26