public static class AgencyExportTable.Model extends DefaultTableModel
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_ENABLED |
static int |
COLUMN_ID |
static int |
COLUMN_JOB |
static int |
COLUMN_LAST_EXPORT_DATE |
static int |
COLUMN_MODE |
static int |
COLUMN_TITLE |
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
AgencyExportTable.Model() |
Modifier and Type | Method and Description |
---|---|
void |
addExport(DbAgencyExport export) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
Long |
getExportIdAt(int row) |
AgencyExportHandler.JobState |
getJobStateAt(int row) |
Date |
getLastExportDateAt(int row) |
boolean |
isCellEditable(int row,
int column) |
boolean |
isExportEnabledAt(int row) |
void |
setExportEnabledAt(boolean enabled,
int row) |
void |
setJobStateAt(AgencyExportHandler.JobState jobState,
int row) |
void |
setLastExportDateAt(Date value,
int row) |
void |
setModeAt(AbstractFormat.TransferMode mode,
int row) |
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_TITLE
public static final int COLUMN_MODE
public static final int COLUMN_LAST_EXPORT_DATE
public static final int COLUMN_JOB
public static final int COLUMN_ENABLED
public void addExport(DbAgencyExport export)
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 getExportIdAt(int row)
public AgencyExportHandler.JobState getJobStateAt(int row)
public Date getLastExportDateAt(int row)
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
public boolean isExportEnabledAt(int row)
public void setExportEnabledAt(boolean enabled, int row)
public void setJobStateAt(AgencyExportHandler.JobState jobState, int row)
public void setLastExportDateAt(Date value, int row)
public void setModeAt(AbstractFormat.TransferMode mode, int row)
Copyright © 2015 OpenEstate. All rights reserved.