java.lang.Object
javax.swing.AbstractListModel<T>
com.iamsoft.util.ui.swing.TableListModel<T>
- Type Parameters:
T
- the type of the elements of this model
- All Implemented Interfaces:
Serializable
,ListModel<T>
List model based on a table model.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Index of table column to use for list values.getElementAt
(int pIdx) int
getSize()
void
setColumnIndex
(int pColumnIndex) Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
Constructor Details
-
TableListModel
-
-
Method Details
-
getColumnIndex
public int getColumnIndex()Index of table column to use for list values. -
setColumnIndex
public void setColumnIndex(int pColumnIndex) -
getElementAt
-
getSize
public int getSize()
-