Uses of Class
com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
Packages that use ParseTreeTableModel
-
Uses of ParseTreeTableModel in com.puppycrawl.tools.checkstyle.gui
Methods in com.puppycrawl.tools.checkstyle.gui that return ParseTreeTableModelModifier and TypeMethodDescriptionMainFrameModel.getParseTreeTableModel()
Get parse tree table model.Constructors in com.puppycrawl.tools.checkstyle.gui with parameters of type ParseTreeTableModelModifierConstructorDescriptionTreeTable
(ParseTreeTableModel treeTableModel) Creates TreeTable base on TreeTableModel.TreeTableModelAdapter
(ParseTreeTableModel treeTableModel, JTree tree) Initialise tree and treeTableModel class attributes.