Package docking.widgets.tree
Class MultiTextFilterTreeFilter
java.lang.Object
docking.widgets.tree.MultiTextFilterTreeFilter
- All Implemented Interfaces:
GTreeFilter
-
Constructor Summary
ConstructorsConstructorDescriptionMultiTextFilterTreeFilter(List<TextFilter> filters, FilterTransformer<GTreeNode> transformer, MultitermEvaluationMode evalMode) -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsNode(GTreeNode node) booleanTrue signals that the matching nodes should be made visible, expanding the tree as necessary.
-
Constructor Details
-
MultiTextFilterTreeFilter
public MultiTextFilterTreeFilter(List<TextFilter> filters, FilterTransformer<GTreeNode> transformer, MultitermEvaluationMode evalMode)
-
-
Method Details
-
acceptsNode
- Specified by:
acceptsNodein interfaceGTreeFilter
-
showFilterMatches
public boolean showFilterMatches()Description copied from interface:GTreeFilterTrue signals that the matching nodes should be made visible, expanding the tree as necessary.- Specified by:
showFilterMatchesin interfaceGTreeFilter- Returns:
- True if the matching nodes should be made visible.
-