Interface FilterListener


  • public interface FilterListener
    Implemented by BugTreeModel. Allows the model to clear its cache when the set of filters changes.
    • Method Detail

      • clearCache

        void clearCache()
      • suppressBug

        @Deprecated
        void suppressBug​(javax.swing.tree.TreePath path)
        Deprecated.
      • unsuppressBug

        @Deprecated
        void unsuppressBug​(javax.swing.tree.TreePath path)
        Deprecated.