Class ListModel2<E>
java.lang.Object
javax.swing.AbstractListModel<E>
uk.ac.starlink.topcat.ListModel2<E>
- All Implemented Interfaces:
Serializable, ListModel<E>
ListModel implementation that represents the concatenation of
two supplied constituent ListModels.
- Since:
- 10 May 2018
- Author:
- Mark Taylor
- See Also:
-
Field Summary
Fields inherited from class AbstractListModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
Constructor Details
-
ListModel2
-
-
Method Details
-
getModel1
-
getModel2
-
getElementAt
-
getSize
public int getSize()
-