org.apache.batik.util.gui
Class DOMViewer.Panel.NodeAttributesModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byorg.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
DOMViewer.Panel

protected class DOMViewer.Panel.NodeAttributesModel
extends javax.swing.table.AbstractTableModel

To display the attributes of a DOM node attributes in a table.

See Also:
Serialized Form

Field Summary
protected  org.w3c.dom.Node node
          The node.
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
DOMViewer.Panel.NodeAttributesModel(org.w3c.dom.Node n)
          Creates a new NodeAttributesModel object.
 
Method Summary
 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.
 
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

node

protected org.w3c.dom.Node node
The node.

Constructor Detail

DOMViewer.Panel.NodeAttributesModel

public DOMViewer.Panel.NodeAttributesModel(org.w3c.dom.Node n)
Creates a new NodeAttributesModel object.

Method Detail

getColumnName

public java.lang.String getColumnName(int col)
Returns the name to give to a column.


getColumnCount

public int getColumnCount()
Returns the number of columns in the table.


getRowCount

public int getRowCount()
Returns the number of rows in the table.


isCellEditable

public boolean isCellEditable(int row,
                              int col)
Whether the given cell is editable.


getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)
Returns the value of the given cell.



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.