/[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.5 by rabbit78, Wed Jul 13 21:22:44 2005 UTC revision 1.6 by rabbit78, Wed Oct 19 15:45:05 2005 UTC
# Line 76  public interface MutableComboBoxModel ex Line 76  public interface MutableComboBoxModel ex
76    /**    /**
77     * This method removes given element from the data model     * This method removes given element from the data model
78     *     *
79     * @param element to remove.     * @param object element to remove.
80     */     */
81    void removeElement(Object object);    void removeElement(Object object);
82  } // MutableComboBoxModel  }

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

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