Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

GuiComponents.Inspector.TreeTable.TreeTableModelAdapter Class Reference

This is a wrapper class takes a TreeTableModel and implements the table model interface. More...

Collaboration diagram for GuiComponents.Inspector.TreeTable.TreeTableModelAdapter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TreeTableModelAdapter (TreeTableModel treeTableModel, JTree tree)
int getColumnCount ()
String getColumnName (int column)
Class getColumnClass (int column)
int getRowCount ()
Object getValueAt (int row, int column)
boolean isCellEditable (int row, int column)
void setValueAt (Object value, int row, int column)

Protected Member Functions

Object nodeForRow (int row)

Package Attributes

JTree tree
TreeTableModel treeTableModel

Detailed Description

This is a wrapper class takes a TreeTableModel and implements the table model interface.

The implementation is trivial, with all of the event dispatching support provided by the superclass: the AbstractTableModel.

Version:
I% G%
Author:
Philip Milne

Scott Violet

Definition at line 61 of file TreeTableModelAdapter.java.


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:56:18 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5