Uses of Class
com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Packages that use ParseTreeTableModel Package Description com.puppycrawl.tools.checkstyle.gui User interface classes for CheckStyle. -
-
Uses of ParseTreeTableModel in com.puppycrawl.tools.checkstyle.gui
Fields in com.puppycrawl.tools.checkstyle.gui declared as ParseTreeTableModel Modifier and Type Field Description private ParseTreeTableModelMainFrameModel. parseTreeTableModelParse tree model.private ParseTreeTableModelTreeTableModelAdapter. treeTableModelTree table model.Methods in com.puppycrawl.tools.checkstyle.gui that return ParseTreeTableModel Modifier and Type Method Description ParseTreeTableModelMainFrameModel. getParseTreeTableModel()Get parse tree table model.Constructors in com.puppycrawl.tools.checkstyle.gui with parameters of type ParseTreeTableModel Constructor Description TreeTable(ParseTreeTableModel treeTableModel)Creates TreeTable base on TreeTableModel.TreeTableModelAdapter(ParseTreeTableModel treeTableModel, javax.swing.JTree tree)Initialise tree and treeTableModel class attributes.
-