Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

TreeTableModelAdapter Class Reference

Inheritance diagram for TreeTableModelAdapter:
[legend]
Collaboration diagram for TreeTableModelAdapter:
[legend]
List of all members.

Public Methods

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

Protected Methods

void delayedFireTableDataChanged ()

Private 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:
1.2 10/27/98
Author:
Philip Milne , Scott Violet

Definition at line 37 of file TreeTableModelAdapter.java.


Member Function Documentation

void TreeTableModelAdapter::delayedFireTableDataChanged   [inline, protected]
 

Invokes fireTableDataChanged after all the pending events have been processed. SwingUtilities.invokeLater is used to handle this.

Definition at line 83 of file TreeTableModelAdapter.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:22:37 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001