Uses of Class
com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Packages that use TreeTable Package Description com.puppycrawl.tools.checkstyle.gui User interface classes for CheckStyle. -
-
Uses of TreeTable in com.puppycrawl.tools.checkstyle.gui
Fields in com.puppycrawl.tools.checkstyle.gui declared as TreeTable Modifier and Type Field Description private TreeTable
ListToTreeSelectionModelWrapper. treeTable
TreeTable to perform updates on.private TreeTable
MainFrame. treeTable
Tree table.private TreeTable
TreeTableCellRenderer. treeTable
Tree table to render.Constructors in com.puppycrawl.tools.checkstyle.gui with parameters of type TreeTable Constructor Description ListToTreeSelectionModelWrapper(TreeTable jTreeTable)
Constructor to initialise treeTable.TreeTableCellRenderer(TreeTable treeTable, TreeModel model)
Creates a new instance.
-