org.apache.batik.apps.svgbrowser
protected class DOMViewer.Panel.NodeCSSValuesModel extends AbstractTableModel
| Field Summary | |
|---|---|
| protected Node | node
The node. |
| protected List | propertyNames
The property names. |
| protected CSSStyleDeclaration | style
The computed style. |
| Constructor Summary | |
|---|---|
| NodeCSSValuesModel(Node n)
Creates a new NodeAttributesModel object. | |
| Method Summary | |
|---|---|
| int | getColumnCount()
Returns the number of columns in the table. |
| String | getColumnName(int col)
Returns the name to give to a column. |
| int | getRowCount()
Returns the number of rows in the table. |
| Object | getValueAt(int row, int col)
Returns the value of the given cell. |
| boolean | isCellEditable(int row, int col)
Whether the given cell is editable. |