Uses of Class
edu.umd.cs.findbugs.gui2.BugLeafNode
Packages that use BugLeafNode
-
Uses of BugLeafNode in edu.umd.cs.findbugs.gui2
Classes in edu.umd.cs.findbugs.gui2 that implement interfaces with type arguments of type BugLeafNodeModifier and TypeClassDescriptionclassBugSet is what we use instead of SortedBugCollections.Fields in edu.umd.cs.findbugs.gui2 declared as BugLeafNodeModifier and TypeFieldDescription(package private) BugLeafNodeMainFrameTree.currentSelectedBugLeafFields in edu.umd.cs.findbugs.gui2 with type parameters of type BugLeafNodeModifier and TypeFieldDescription(package private) final Comparator<BugLeafNode> Sortables.bugLeafNodeComparatorprivate ArrayList<BugLeafNode> BugSet.mainList(package private) static ArrayList<BugLeafNode> BugTreeModel.selectedBugLeafNodesMethods in edu.umd.cs.findbugs.gui2 that return BugLeafNodeModifier and TypeMethodDescriptionBugSet.get(int index) MainFrame.getCurrentSelectedBugLeaf()MainFrameTree.getCurrentSelectedBugLeaf()BugSet.getUnfiltered(int index) Methods in edu.umd.cs.findbugs.gui2 that return types with arguments of type BugLeafNodeModifier and TypeMethodDescriptionSortables.getBugLeafNodeComparator()(package private) ArrayList<BugLeafNode> BugTreeModel.getOldSelectedBugs()BugSet.iterator()Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugLeafNodeModifier and TypeMethodDescriptionintBugSet.indexOf(BugLeafNode p) intBugSet.indexOfUnfiltered(BugLeafNode p) (package private) static booleanBugSet.suppress(BugLeafNode p) private voidMainFrame.updateSummaryTab(BugLeafNode node) Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugLeafNodeModifier and TypeMethodDescriptionvoidBugTreeModel.crawlToOpen(TreePath path, ArrayList<BugLeafNode> bugLeafNodes, ArrayList<TreePath> treePaths) (package private) voidBugTreeModel.openPreviouslySelected(List<BugLeafNode> selected) Constructor parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugLeafNodeModifierConstructorDescription(package private)BugSet(ArrayList<BugLeafNode> filteredSet, boolean cacheSortables) (package private)BugSet(Collection<? extends BugLeafNode> filteredSet) Creates a filterable dataset from the set passed in.