Main Page   Packages   Class Hierarchy   Compound List   Compound Members   Related Pages  

TreeTable.TreeTableModelAdapter Class Reference

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

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)

Public Attributes

JTree tree
TreeTableModel treeTableModel

Protected Member Functions

Object nodeForRow (int row)


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


The documentation for this class was generated from the following file:
Generated on Mon Dec 15 19:38:43 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3