org.inb.biomoby.central.gui.model
Class RegistryComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
org.inb.biomoby.central.gui.model.RegistryComboBoxModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel, ModelListener<MobyCentral>
public class RegistryComboBoxModel
- extends DefaultComboBoxModel
- implements ModelListener<MobyCentral>
- Author:
- Dmitry Repchevsky
- See Also:
- Serialized Form
RegistryComboBoxModel
public RegistryComboBoxModel()
modelCleared
public void modelCleared()
- Specified by:
modelCleared
in interface ModelListener<MobyCentral>
modelObjectInserted
public void modelObjectInserted(MobyCentral central)
- Specified by:
modelObjectInserted
in interface ModelListener<MobyCentral>
modelObjectRemoved
public void modelObjectRemoved(MobyCentral central)
- Specified by:
modelObjectRemoved
in interface ModelListener<MobyCentral>
modelObjectChanged
public void modelObjectChanged(MobyCentral central1,
MobyCentral central2)
- Specified by:
modelObjectChanged
in interface ModelListener<MobyCentral>
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010