com.ibm.di.admin.ui
Class SortedListModel

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

public class SortedListModel
extends AbstractListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
SortedListModel()
           
 
Method Summary
 void addElement(String aElement)
           
 Vector getAll()
           
 Object getElementAt(int aIndex)
           
 int getSize()
           
 String remove(int aIndex)
           
 
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

SortedListModel

public SortedListModel()
Method Detail

getSize

public int getSize()

getElementAt

public Object getElementAt(int aIndex)

addElement

public void addElement(String aElement)

remove

public String remove(int aIndex)

getAll

public Vector getAll()