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 ParseTreeTableModel
MainFrameModel. parseTreeTableModel
Parse tree model.private ParseTreeTableModel
TreeTableModelAdapter. treeTableModel
Tree table model.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, JTree tree)
Initialise tree and treeTableModel class attributes.
-