Uses of Class
com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
Packages that use ParseTreeTableModel
-
Uses of ParseTreeTableModel in com.puppycrawl.tools.checkstyle.gui
Fields in com.puppycrawl.tools.checkstyle.gui declared as ParseTreeTableModelModifier and TypeFieldDescriptionprivate final ParseTreeTableModel
MainFrameModel.parseTreeTableModel
Parse tree model.private final ParseTreeTableModel
TreeTableModelAdapter.treeTableModel
Tree table model.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.