com.ibm.di.admin.ui
Class ParameterSubstitutionUI.ObjectListModel

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

public class ParameterSubstitutionUI.ObjectListModel
extends AbstractListModel

List model for objects

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ParameterSubstitutionUI.ObjectListModel()
           
 
Method Summary
 void addObject(String name)
           
 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

ParameterSubstitutionUI.ObjectListModel

public ParameterSubstitutionUI.ObjectListModel()
Method Detail

addObject

public void addObject(String name)

getSize

public int getSize()

getElementAt

public Object getElementAt(int index)