Interface GTreeFilter

All Known Implementing Classes:
CombinedGTreeFilter, IgnoredNodesGtreeFilter, InvertedTreeFilter, MultiTextFilterTreeFilter, TreeTextFilter

public interface GTreeFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
    True signals that the matching nodes should be made visible, expanding the tree as necessary.
  • Method Details

    • acceptsNode

      boolean acceptsNode(GTreeNode node)
    • showFilterMatches

      boolean showFilterMatches()
      True signals that the matching nodes should be made visible, expanding the tree as necessary.
      Returns:
      True if the matching nodes should be made visible.