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 BugTreeModelMainFrame. getBugTreeModel()BugTreeModelMainFrameTree. getBugTreeModel()Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugTreeModel Modifier and Type Method Description voidMainFrameTree. newTree(javax.swing.JTree newTree, BugTreeModel newModel)Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugTreeModel Constructor Description BugTreeModel(BugTreeModel other)
-