com.ibm.di.admin.ui
Class OperationsUI.OperationsModel

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

public class OperationsUI.OperationsModel
extends AbstractListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
OperationsUI.OperationsModel()
           
 
Method Summary
 void fireupdate()
           
 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

OperationsUI.OperationsModel

public OperationsUI.OperationsModel()
Method Detail

fireupdate

public void fireupdate()

getSize

public int getSize()

getElementAt

public Object getElementAt(int index)