Uses of Class
edu.umd.cs.findbugs.gui2.BugLeafNode
-
Packages that use BugLeafNode Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of BugLeafNode in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugLeafNode Modifier and Type Field Description (package private) BugLeafNode
MainFrameTree. currentSelectedBugLeaf
Fields in edu.umd.cs.findbugs.gui2 with type parameters of type BugLeafNode Modifier and Type Field Description (package private) java.util.Comparator<BugLeafNode>
Sortables. bugLeafNodeComparator
private java.util.ArrayList<BugLeafNode>
BugSet. mainList
(package private) static java.util.ArrayList<BugLeafNode>
BugTreeModel. selectedBugLeafNodes
Methods in edu.umd.cs.findbugs.gui2 that return BugLeafNode Modifier and Type Method Description BugLeafNode
BugSet. get(int index)
BugLeafNode
MainFrame. getCurrentSelectedBugLeaf()
BugLeafNode
MainFrameTree. getCurrentSelectedBugLeaf()
BugLeafNode
BugSet. getUnfiltered(int index)
Methods in edu.umd.cs.findbugs.gui2 that return types with arguments of type BugLeafNode Modifier and Type Method Description java.util.Comparator<BugLeafNode>
Sortables. getBugLeafNodeComparator()
(package private) java.util.ArrayList<BugLeafNode>
BugTreeModel. getOldSelectedBugs()
java.util.Iterator<BugLeafNode>
BugSet. iterator()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugLeafNode Modifier and Type Method Description int
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 BugLeafNode Modifier and Type Method Description void
BugTreeModel. crawlToOpen(javax.swing.tree.TreePath path, java.util.ArrayList<BugLeafNode> bugLeafNodes, java.util.ArrayList<javax.swing.tree.TreePath> treePaths)
(package private) void
BugTreeModel. openPreviouslySelected(java.util.List<BugLeafNode> selected)
Constructor parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugLeafNode Constructor Description BugSet(java.util.ArrayList<BugLeafNode> filteredSet, boolean cacheSortables)
BugSet(java.util.Collection<? extends BugLeafNode> filteredSet)
Creates a filterable dataset from the set passed in.
-