public class NXTableModel
extends javax.swing.table.AbstractTableModel
Constructor and Description |
---|
NXTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
addRow(NXObjectIndex obj) |
int |
getColumnCount() |
int |
getRowCount() |
NXObjectIndex |
getValueAt(int rowIndex) |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
insertRow(int idx,
NXObjectIndex obj) |
boolean |
isCellEditable(int row,
int col) |
void |
removeRow(java.lang.Object obj) |
void |
removeRowAt(int idx) |
void |
setValueAt(int row,
NXObjectIndex obj) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
public boolean isCellEditable(int row, int col)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.AbstractTableModel
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public NXObjectIndex getValueAt(int rowIndex)
public void setValueAt(int row, NXObjectIndex obj)
public void addRow(NXObjectIndex obj)
public void insertRow(int idx, NXObjectIndex obj)
public void removeRow(java.lang.Object obj)
public void removeRowAt(int idx)