Class InvertedTreeFilter

  • All Implemented Interfaces:
    GTreeFilter

    public class InvertedTreeFilter
    extends java.lang.Object
    implements GTreeFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean acceptsNode​(GTreeNode node)  
      boolean showFilterMatches()
      True signals that the matching nodes should be made visible, expanding the tree as necessary.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvertedTreeFilter

        public InvertedTreeFilter​(GTreeFilter treeFilter)
    • Method Detail

      • showFilterMatches

        public boolean showFilterMatches()
        Description copied from interface: GTreeFilter
        True signals that the matching nodes should be made visible, expanding the tree as necessary.
        Specified by:
        showFilterMatches in interface GTreeFilter
        Returns:
        True if the matching nodes should be made visible.