public static class NodePickerPanel.AttributesTableModel
extends javax.swing.table.DefaultTableModel
| Constructor and Description |
|---|
NodePickerPanel.AttributesTableModel(int rowCount,
int columnCount) |
| Modifier and Type | Method and 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.
|
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 NodePickerPanel.AttributesTableModel(int rowCount,
int columnCount)
public java.lang.String getColumnName(int column)
getColumnName in interface javax.swing.table.TableModelgetColumnName 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 ? 2009 Apache Software Foundation. All Rights Reserved.