org.apache.batik.apps.svgbrowser
public static class NodePickerPanel.AttributesTableModel extends DefaultTableModel
Constructor Summary | |
---|---|
AttributesTableModel(int rowCount, int columnCount) |
Method Summary | |
---|---|
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.
|
Parameters: attrName The given attribute name
Parameters: attrName The given attribute name