public class DynamicListModel extends AbstractListModel
listenerList| Constructor and Description |
|---|
DynamicListModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
int[] |
getElementIndizes(Collection<SystemObject> selectedSystemObjects) |
SystemObject |
getObject(int index) |
int |
getSize() |
void |
setElements(Collection<SystemObject> newElements) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerpublic int getSize()
public Object getElementAt(int index)
public void setElements(Collection<SystemObject> newElements)
public int[] getElementIndizes(Collection<SystemObject> selectedSystemObjects)
public SystemObject getObject(int index)