Class 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.
    See Also:
    Serialized Form