Class CombinedGTreeFilter

java.lang.Object
docking.widgets.tree.support.CombinedGTreeFilter
All Implemented Interfaces:
GTreeFilter

public class CombinedGTreeFilter extends Object implements GTreeFilter
  • Constructor Details

  • Method Details

    • acceptsNode

      public boolean acceptsNode(GTreeNode node)
      Specified by:
      acceptsNode in interface GTreeFilter
    • 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.