T
- the type of the elements of this modelpublic class TableListModel<T> extends AbstractListModel<T>
listenerList
Constructor and Description |
---|
TableListModel(TableModel pTableModel,
int pColumnIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Index of table column to use for list values.
|
T |
getElementAt(int pIdx) |
int |
getSize() |
void |
setColumnIndex(int pColumnIndex) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public TableListModel(TableModel pTableModel, int pColumnIndex)
public int getColumnIndex()
public void setColumnIndex(int pColumnIndex)
public T getElementAt(int pIdx)
public int getSize()
Copyright © 2023. All rights reserved.