com.ibm.di.admin.ui
Class SelectComponentUI.ComponentComboModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by com.ibm.di.admin.ui.SelectComponentUI.ComponentComboModel
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel
Enclosing class:
SelectComponentUI

public class SelectComponentUI.ComponentComboModel
extends AbstractListModel
implements ComboBoxModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
SelectComponentUI.ComponentComboModel(int folderType)
           
 
Method Summary
 void configurationChanged(MetamergeConfigChange mcc)
           
 Object getElementAt(int index)
           
 Object getNamespace(int index)
           
 Object getSelectedItem()
           
 int getSize()
           
 void init()
           
 void setSelectedItem(Object item)
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, 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

SelectComponentUI.ComponentComboModel

public SelectComponentUI.ComponentComboModel(int folderType)
Method Detail

configurationChanged

public void configurationChanged(MetamergeConfigChange mcc)

init

public void init()

getNamespace

public Object getNamespace(int index)

getSelectedItem

public Object getSelectedItem()
Specified by:
getSelectedItem in interface ComboBoxModel

setSelectedItem

public void setSelectedItem(Object item)
Specified by:
setSelectedItem in interface ComboBoxModel

getElementAt

public Object getElementAt(int index)
Specified by:
getElementAt in interface ListModel

getSize

public int getSize()
Specified by:
getSize in interface ListModel