Package docking.widgets.tree
Class InvertedTreeFilter
java.lang.Object
docking.widgets.tree.InvertedTreeFilter
- All Implemented Interfaces:
GTreeFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptsNode
(GTreeNode node) boolean
True signals that the matching nodes should be made visible, expanding the tree as necessary.
-
Constructor Details
-
InvertedTreeFilter
-
-
Method Details
-
acceptsNode
- Specified by:
acceptsNode
in interfaceGTreeFilter
-
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 interfaceGTreeFilter
- Returns:
- True if the matching nodes should be made visible.
-