public class CurveInspector.DataTableModel
extends javax.swing.table.AbstractTableModel
| Constructor and Description |
|---|
CurveInspector.DataTableModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Returns the number of columns.
|
java.lang.String |
getColumnName(int columnIndex)
Returns the name of the column
|
int |
getRowCount()
Returns the number of rows.
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
Returns the value at the specified cell
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Returns whether the cell is editable, which is false in data tab
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic int getRowCount()
public int getColumnCount()
public java.lang.String getColumnName(int columnIndex)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModelcolumnIndex - the column indexpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface javax.swing.table.TableModelisCellEditable in class javax.swing.table.AbstractTableModelrowIndex - the row indexcolumnIndex - the column indexpublic java.lang.Object getValueAt(int rowIndex,
int columnIndex)
rowIndex - the row indexcolumnIndex - the column index