public static class NodePickerPanel.AttributesTableModel
extends javax.swing.table.DefaultTableModel
| Constructor | Description |
|---|---|
AttributesTableModel(int rowCount,
int columnCount) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getAttrNameAt(int i) |
Gets the name of the attribute with the table row.
|
java.lang.Object |
getAttrValueAt(int i) |
Gets the value of the attribute with the table row.
|
java.lang.String |
getColumnName(int column) |
|
int |
getRow(java.lang.Object attrName) |
Gets the first row where the given attribute name appears.
|
java.lang.Object |
getValueForName(java.lang.Object attrName) |
Gets the value of the attribute with the given attribute name.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListeneraddColumn, 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, setValueAtpublic java.lang.String getColumnName(int column)
getColumnName in class javax.swing.table.DefaultTableModelpublic java.lang.Object getValueForName(java.lang.Object attrName)
attrName - The given attribute namepublic java.lang.Object getAttrNameAt(int i)
public java.lang.Object getAttrValueAt(int i)
public int getRow(java.lang.Object attrName)
attrName - The given attribute nameCopyright ? 2018 Apache Software Foundation. All Rights Reserved.