Class TreeTableModelAdapter

java.lang.Object
javax.swing.table.AbstractTableModel
com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
All Implemented Interfaces:
Serializable, TableModel

This is a wrapper class takes a TreeTableModel and implements the table model interface. The implementation is trivial, with all the event dispatching support provided by the superclass: the AbstractTableModel. Original Source Location
See Also: