public static class ImmoToolLogTable.Model extends DefaultTableModel
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_CREATED_AT |
static int |
COLUMN_CREATED_BY |
static int |
COLUMN_ENTRY_ACTION |
static int |
COLUMN_ID |
static int |
COLUMN_MODIFIED_AT |
static int |
COLUMN_MODIFIED_BY |
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
ImmoToolLogTable.Model() |
Modifier and Type | Method and Description |
---|---|
void |
addLog(DbLog log) |
protected Object[] |
buildRow(DbLog log) |
String |
getActionAt(int row) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
Long |
getIdAt(int row) |
boolean |
isCellEditable(int row,
int column) |
void |
setLogAt(int row,
DbLog log) |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public static final int COLUMN_ID
public static final int COLUMN_ENTRY_ACTION
public static final int COLUMN_CREATED_AT
public static final int COLUMN_CREATED_BY
public static final int COLUMN_MODIFIED_AT
public static final int COLUMN_MODIFIED_BY
public void addLog(DbLog log)
public String getActionAt(int row)
public Class getColumnClass(int col)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class DefaultTableModel
public Long getIdAt(int row)
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
public void setLogAt(int row, DbLog log)
Copyright © 2015 OpenEstate. All rights reserved.