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, dataVectorlistenerList| 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, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic 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 TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class DefaultTableModelpublic Long getIdAt(int row)
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class DefaultTableModelpublic void setLogAt(int row,
DbLog log)
Copyright © 2015 OpenEstate. All rights reserved.