class ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel extends DefaultTableModel
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
OffsetsBookmarksModel() |
Modifier and Type | Method and Description |
---|---|
void |
addRow(OffsetBookmark i) |
OffsetBookmark |
getRow(int row) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(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, 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 OffsetsBookmarksModel()
public OffsetBookmark getRow(int row)
public void addRow(OffsetBookmark i)
public 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
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel