org.concord.biologica.ui
Class BioComboBoxModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--javax.swing.DefaultComboBoxModel
              |
              +--org.concord.biologica.ui.BioComboBoxModel
All Implemented Interfaces:
javax.swing.ComboBoxModel, javax.swing.ListModel, javax.swing.MutableComboBoxModel, java.io.Serializable

public class BioComboBoxModel
extends javax.swing.DefaultComboBoxModel

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
BioComboBoxModel()
           
 
Method Summary
 void removeAllElements()
          Empties the list if the list has some elements.
 
Methods inherited from class javax.swing.DefaultComboBoxModel
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeElement, removeElementAt, setSelectedItem
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Constructor Detail

BioComboBoxModel

public BioComboBoxModel()
Method Detail

removeAllElements

public void removeAllElements()
Empties the list if the list has some elements.
Overrides:
removeAllElements in class javax.swing.DefaultComboBoxModel