edu.umd.cs.findbugs.gui2

Interface FilterListener

public interface FilterListener

Implemented by BugTreeModel. Allows the model to clear its cache when the set of filters changes.
Nested Class Summary
static classFilterListener.Action
Method Summary
voidclearCache()
voidsuppressBug(TreePath path)
voidunsuppressBug(TreePath path)

Method Detail

clearCache

public void clearCache()

suppressBug

public void suppressBug(TreePath path)

unsuppressBug

public void unsuppressBug(TreePath path)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.