public class AuthenticationsTableModel extends AbstractTableModel
Modifier and Type | Class and Description |
---|---|
static interface |
AuthenticationsTableModel.RowFormatter
Generates a String array from
Feature values to use it as a row
of PickupPointsTableModel |
listenerList
Constructor and Description |
---|
AuthenticationsTableModel(String[] columnNames) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
loadData(List<DownloaderAuthentication> data)
Loads data from List of
DownloaderAuthentication . |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public AuthenticationsTableModel(String[] columnNames)
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
public void loadData(List<DownloaderAuthentication> data)
DownloaderAuthentication
.data
- formatter
- (optional) to use to format the Map to a String arraypublic String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
column
- the column being queriedcolumn