public class SelectedFeaturesTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
SelectedFeaturesTableModel() |
SelectedFeaturesTableModel(FeatureStore theFeatureStore) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
loadData(List<FeatureReference> features) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public SelectedFeaturesTableModel()
public SelectedFeaturesTableModel(FeatureStore theFeatureStore)
public void loadData(List<FeatureReference> features) throws LoadSelectedFeatureDataException
LoadSelectedFeatureDataException
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public void clear()