Uses of Interface
com.puppycrawl.tools.checkstyle.gui.TreeTableModel

Packages that use TreeTableModel
com.puppycrawl.tools.checkstyle.gui User interface classes for CheckStyle. 
 

Uses of TreeTableModel in com.puppycrawl.tools.checkstyle.gui
 

Classes in com.puppycrawl.tools.checkstyle.gui that implement TreeTableModel
 class AbstractTreeTableModel
           
 class ParseTreeModel
          The model that backs the parse tree in the GUI.
 

Constructors in com.puppycrawl.tools.checkstyle.gui with parameters of type TreeTableModel
JTreeTable(TreeTableModel treeTableModel)
           
TreeTableModelAdapter(TreeTableModel aTreeTableModel, javax.swing.JTree aTree)
           
 


Back to the Checkstyle Home Page