public class LogRecordTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
LogRecordTableModel(AgentsAppState agentsAppState) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(LogRecord logRecord) |
AgentsAppState |
getAgentsAppState() |
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic LogRecordTableModel(AgentsAppState agentsAppState)
public int getRowCount()
public int getColumnCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public void add(LogRecord logRecord)
public AgentsAppState getAgentsAppState()
Copyright © 2017. All Rights Reserved.