public static class FeatureLayerTable.FeatureLayerTableModel
extends javax.swing.table.AbstractTableModel
Modifier and Type | Field and Description |
---|---|
static int |
FRIENDLY_NAME |
static int |
SELECTED_IND |
Constructor and Description |
---|
FeatureLayerTableModel(java.util.List<FeatureLayerData> featureLayerDataList) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
java.util.List<FeatureLayerData> |
getFeatureLayerDataList() |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setFeatureLayerDataList(java.util.List<FeatureLayerData> featureLayerDataList) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public static final int FRIENDLY_NAME
public static final int SELECTED_IND
public FeatureLayerTableModel(java.util.List<FeatureLayerData> featureLayerDataList)
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public java.util.List<FeatureLayerData> getFeatureLayerDataList()
public void setFeatureLayerDataList(java.util.List<FeatureLayerData> featureLayerDataList)