public static class NodePickerPanel.AttributesTableModel extends DefaultTableModel
columnIdentifiers, dataVector
listenerList
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, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class DefaultTableModel
public 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–2023 Apache Software Foundation. All rights reserved.