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
Methods in com.puppycrawl.tools.checkstyle.gui that return ParseTreeTableModel Modifier and Type Method Description ParseTreeTableModel
MainFrameModel. 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.
-