protected class DOMViewer.Panel.NodeCSSValuesModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected Node |
node
The node.
|
protected List |
propertyNames
The property names.
|
protected org.w3c.dom.css.CSSStyleDeclaration |
style
The computed style.
|
listenerList
Constructor and Description |
---|
NodeCSSValuesModel(Node n)
Creates a new NodeAttributesModel object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
protected Node node
protected org.w3c.dom.css.CSSStyleDeclaration style
protected List propertyNames
public NodeCSSValuesModel(Node n)
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public int getColumnCount()
public int getRowCount()
public boolean isCellEditable(int row, int col)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public Object getValueAt(int row, int col)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.