Class TreeTableModelAdapter

java.lang.Object
javax.swing.table.AbstractTableModel
com.iamsoft.util.ui.swing.TreeTableModelAdapter
All Implemented Interfaces:
Serializable, TableModel

public class TreeTableModelAdapter extends AbstractTableModel
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
See Also: