Version: 1.1.1

org.inb.biomoby.central.gui.model
Class RegistryComboBoxModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultComboBoxModel
          extended by 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

Constructor Summary
RegistryComboBoxModel()
           
 
Method Summary
 void modelCleared()
           
 void modelObjectChanged(MobyCentral central1, MobyCentral central2)
           
 void modelObjectInserted(MobyCentral central)
           
 void modelObjectRemoved(MobyCentral central)
           
 
Methods inherited from class javax.swing.DefaultComboBoxModel
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Constructor Detail

RegistryComboBoxModel

public RegistryComboBoxModel()
Method Detail

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>

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010