public static class AgencyExportLogTable.Model extends DefaultTableModel
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_COUNT_DELETES |
static int |
COLUMN_COUNT_ERRORS |
static int |
COLUMN_COUNT_INSERTS |
static int |
COLUMN_COUNT_NOTICES |
static int |
COLUMN_COUNT_UPDATES |
static int |
COLUMN_COUNT_WARNINGS |
static int |
COLUMN_ID |
static int |
COLUMN_TIME |
static int |
COLUMN_TITLE |
static int |
COLUMN_TRANSFER |
columnIdentifiers, dataVectorlistenerList| Constructor and Description |
|---|
AgencyExportLogTable.Model() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExportLog(DbAgencyExportLog log,
String exportName) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
Long |
getExportLogIdAt(int row) |
String |
getExportNameAt(int row) |
boolean |
isCellEditable(int row,
int column) |
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_TIME
public static final int COLUMN_TITLE
public static final int COLUMN_TRANSFER
public static final int COLUMN_COUNT_INSERTS
public static final int COLUMN_COUNT_UPDATES
public static final int COLUMN_COUNT_DELETES
public static final int COLUMN_COUNT_ERRORS
public static final int COLUMN_COUNT_WARNINGS
public static final int COLUMN_COUNT_NOTICES
public void addExportLog(DbAgencyExportLog log, String exportName)
public Class getColumnClass(int col)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class DefaultTableModelpublic Long getExportLogIdAt(int row)
public String getExportNameAt(int row)
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class DefaultTableModelCopyright © 2015 OpenEstate. All rights reserved.