Package edu.umd.cs.findbugs.gui2
Interface FilterListener
-
public interface FilterListenerImplemented by BugTreeModel. Allows the model to clear its cache when the set of filters changes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilterListener.Action
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidclearCache()voidsuppressBug(javax.swing.tree.TreePath path)Deprecated.voidunsuppressBug(javax.swing.tree.TreePath path)Deprecated.
-