Uses of Class
edu.umd.cs.findbugs.gui2.BugTreeModel
-
Packages that use BugTreeModel Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of BugTreeModel in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return BugTreeModel Modifier and Type Method Description BugTreeModel
MainFrame. getBugTreeModel()
BugTreeModel
MainFrameTree. getBugTreeModel()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugTreeModel Modifier and Type Method Description void
MainFrameTree. newTree(javax.swing.JTree newTree, BugTreeModel newModel)
Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugTreeModel Constructor Description BugTreeModel(BugTreeModel other)
-