public class PersistitTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
PersistitTableModel() |
Modifier and Type | Method and Description |
---|---|
JTable |
createTreeDisplayTable() |
int |
getColumnCount() |
Exchange |
getExchange() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setExchange(Exchange exchange)
Establishes the supplied Exchange as the root of a display tree.
|
void |
setupColumns(JTable table)
Sets up the TableColumnModel for a supplied JTable
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public void setExchange(Exchange exchange)
exchange
- public Exchange getExchange()
public Object getValueAt(int rowIndex, int columnIndex)
public int getRowCount()
public int getColumnCount()
public void setupColumns(JTable table)
table
- public JTable createTreeDisplayTable()
Copyright © 2025 Open Identity Platform Community. All rights reserved.