public static class PathTable.PathTableModel
extends javax.swing.table.AbstractTableModel
Modifier and Type | Field and Description |
---|---|
static int |
FRIENDLY_NAME |
static int |
SELECTED_IND |
Constructor and Description |
---|
PathTableModel(java.util.List<PathRow> pathFeatureList) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
java.util.List<PathRow> |
getPathFeatureList() |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setPathFeatureList(java.util.List<PathRow> pathFeatureList) |
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 PathTableModel(java.util.List<PathRow> pathFeatureList)
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public java.util.List<PathRow> getPathFeatureList()
public void setPathFeatureList(java.util.List<PathRow> pathFeatureList)