FreeHEP API
Version current

Package org.freehep.swing.treetable

Utilities for dealing with Swing tables.

See:
          Description

Interface Summary
TreeTableModel TreeTableModel is the model used by a JTreeTable.
 

Class Summary
AbstractTreeTableModel An abstract implementation of the TreeTableModel interface, handling the list of listeners.
JTreeTable This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
TreeTableModelAdapter This is a wrapper class takes a TreeTableModel and implements the table model interface.
 

Package org.freehep.swing.treetable Description

Utilities for dealing with Swing tables.

The code in this package is based on the code presented in the series of articles on the "The Swing Connection", which can be found here:

http://java.sun.com/products/jfc/tsc/articles/treetable1/

The classes in this package have been modified from those presented above to fix some limitations in the original classes.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.