Uses of Class
edu.umd.cs.findbugs.gui2.BugLeafNode
Packages that use BugLeafNode
-
Uses of BugLeafNode in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugLeafNodeModifier and TypeFieldDescription(package private) BugLeafNode
MainFrameTree.currentSelectedBugLeaf
Fields in edu.umd.cs.findbugs.gui2 with type parameters of type BugLeafNodeModifier and TypeFieldDescription(package private) final Comparator
<BugLeafNode> Sortables.bugLeafNodeComparator
private ArrayList
<BugLeafNode> BugSet.mainList
(package private) static ArrayList
<BugLeafNode> BugTreeModel.selectedBugLeafNodes
Methods 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 TypeMethodDescriptionint
BugSet.indexOf
(BugLeafNode p) int
BugSet.indexOfUnfiltered
(BugLeafNode p) (package private) static boolean
BugSet.suppress
(BugLeafNode p) private void
MainFrame.updateSummaryTab
(BugLeafNode node) Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugLeafNodeModifier and TypeMethodDescriptionvoid
BugTreeModel.crawlToOpen
(TreePath path, ArrayList<BugLeafNode> bugLeafNodes, ArrayList<TreePath> treePaths) (package private) void
BugTreeModel.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.