Interface GTreeFilter
- All Known Implementing Classes:
CombinedGTreeFilter, IgnoredNodesGtreeFilter, InvertedTreeFilter, MultiTextFilterTreeFilter, TreeTextFilter
public interface GTreeFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsNode(GTreeNode node) booleanTrue signals that the matching nodes should be made visible, expanding the tree as necessary.
-
Method Details
-
acceptsNode
-
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.
-