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

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

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

revision 1.4 by mark, Sat Jul 2 20:32:49 2005 UTC revision 1.5 by rabbit78, Wed Jul 13 21:22:44 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.swing;  package javax.swing;
39    
40  /**  /**
41   * MutableComboBoxModel is interface for data model that keeps track of the   * A data model used in {@link JComboBox}es that keeps track of the
42   * components data and provides methods to insert and remove elements from   * components data and provides methods to insert and remove elements from
43   * it. The Classes implementing this interface should  fire appropriate   * it. The classes implementing this interface should
44   * events indicating the undergoing change in the data model.   * fire appropriate events indicating the undergoing change in the data model.
45   *   *
46   * @author Andrew Selkirk   * @author Andrew Selkirk
47   * @author Olga Rodimina   * @author Olga Rodimina
  * @version 1.0  
48   */   */
49  public interface MutableComboBoxModel extends ComboBoxModel  public interface MutableComboBoxModel extends ComboBoxModel
50  {  {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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