Package docking.widgets.tree.support
Interface GTreeFilter
-
- All Known Implementing Classes:
CombinedGTreeFilter
,InvertedTreeFilter
,MultiTextFilterTreeFilter
,TreeTextFilter
public interface GTreeFilter
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
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.
-
-