public class ListModel2<E> extends AbstractListModel<E>
listenerList
Constructor and Description |
---|
ListModel2(ListModel<E> model1,
ListModel<E> model2)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
E |
getElementAt(int ix) |
ListModel<E> |
getModel1()
Returns the model providing the first run of entries.
|
ListModel<E> |
getModel2()
Returns the model providing the second run of entries.
|
int |
getSize() |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public ListModel<E> getModel1()
public ListModel<E> getModel2()
public E getElementAt(int ix)
public int getSize()
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.