public static class NodePickerPanel.AttributesTableModel extends DefaultTableModel
columnIdentifiers, dataVectorlistenerList| Constructor and Description |
|---|
AttributesTableModel(int rowCount,
int columnCount) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttrNameAt(int i)
Gets the name of the attribute with the table row.
|
Object |
getAttrValueAt(int i)
Gets the value of the attribute with the table row.
|
String |
getColumnName(int column) |
int |
getRow(Object attrName)
Gets the first row where the given attribute name appears.
|
Object |
getValueForName(Object attrName)
Gets the value of the attribute with the given attribute name.
|
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getDataVector, getRowCount, getValueAt, insertRow, insertRow, isCellEditable, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListenerpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class DefaultTableModelpublic Object getValueForName(Object attrName)
attrName - The given attribute namepublic Object getAttrNameAt(int i)
public Object getAttrValueAt(int i)
public int getRow(Object attrName)
attrName - The given attribute nameCopyright © 2000–2024 Apache Software Foundation. All rights reserved.