com.ibm.di.admin.ui
Class AttributeMapSimpleUI.SchemaListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by com.ibm.di.admin.ui.AttributeMapSimpleUI.SchemaListModel
All Implemented Interfaces:
MetamergeConfigChangeListener, Serializable, ListModel
Enclosing class:
AttributeMapSimpleUI

public class AttributeMapSimpleUI.SchemaListModel
extends AbstractListModel
implements MetamergeConfigChangeListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
AttributeMapSimpleUI.SchemaListModel(SchemaConfig schema)
           
 
Method Summary
 void configurationChanged(MetamergeConfigChange changeEvent)
           
 Object getElementAt(int index)
           
 int getSize()
           
 
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
 

Constructor Detail

AttributeMapSimpleUI.SchemaListModel

public AttributeMapSimpleUI.SchemaListModel(SchemaConfig schema)
Method Detail

configurationChanged

public void configurationChanged(MetamergeConfigChange changeEvent)
Specified by:
configurationChanged in interface MetamergeConfigChangeListener

getSize

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

getElementAt

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