org.apache.batik.apps.svgbrowser
protected class DOMViewer.Panel.NodeCSSValuesModel extends javax.swing.table.AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
protected Node |
node
The node.
|
protected java.util.List |
propertyNames
The property names.
|
protected CSSStyleDeclaration |
style
The computed style.
|
| Constructor and Description |
|---|
DOMViewer.Panel.NodeCSSValuesModel(Node n)
Creates a new NodeAttributesModel object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Returns the number of columns in the table.
|
java.lang.String |
getColumnName(int col)
Returns the name to give to a column.
|
int |
getRowCount()
Returns the number of rows in the table.
|
java.lang.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.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAtprotected Node node
protected CSSStyleDeclaration style
protected java.util.List propertyNames
public DOMViewer.Panel.NodeCSSValuesModel(Node n)
public java.lang.String getColumnName(int col)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModelpublic int getColumnCount()
public int getRowCount()
public boolean isCellEditable(int row,
int col)
isCellEditable in interface javax.swing.table.TableModelisCellEditable in class javax.swing.table.AbstractTableModelpublic java.lang.Object getValueAt(int row,
int col)
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.