|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeCSSValuesModel
protected class DOMViewer.Panel.NodeCSSValuesModel
To display the CSS properties of a DOM node in a table.
| Field Summary | |
|---|---|
protected Node |
node
The node. |
protected List |
propertyNames
The property names. |
protected CSSStyleDeclaration |
style
The computed style. |
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
DOMViewer.Panel.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. |
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Node node
protected CSSStyleDeclaration style
protected List propertyNames
| Constructor Detail |
|---|
public DOMViewer.Panel.NodeCSSValuesModel(Node n)
| Method Detail |
|---|
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getColumnCount()
public int getRowCount()
public boolean isCellEditable(int row,
int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModel
public Object getValueAt(int row,
int col)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||