public class ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel extends DefaultTableModel
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
ImageryLayerTableModel()
Constructs a new
ImageryLayerTableModel . |
Modifier and Type | Method and Description |
---|---|
void |
addRow(ImageryInfo i)
Adds a new imagery info as the last row.
|
ImageryInfo |
getRow(int row)
Returns the imagery info at the given row number.
|
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
void |
removeRow(int i) |
void |
setValueAt(Object o,
int row,
int column) |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, insertRow, insertRow, isCellEditable, moveRow, newDataAvailable, newRowsAdded, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
public ImageryLayerTableModel()
ImageryLayerTableModel
.public ImageryInfo getRow(int row)
row
- The row numberpublic void addRow(ImageryInfo i)
i
- The imagery info to addpublic void removeRow(int i)
removeRow
in class DefaultTableModel
public int getRowCount()
getRowCount
in interface TableModel
getRowCount
in class DefaultTableModel
public Object getValueAt(int row, int column)
getValueAt
in interface TableModel
getValueAt
in class DefaultTableModel
public void setValueAt(Object o, int row, int column)
setValueAt
in interface TableModel
setValueAt
in class DefaultTableModel