com.ibm.di.admin.ui
Class SortedListModel
java.lang.Object
javax.swing.AbstractListModel
com.ibm.di.admin.ui.SortedListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class SortedListModel
- extends AbstractListModel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedListModel
public SortedListModel()
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()