Package docking.widgets.tree
Class InvertedTreeFilter
- java.lang.Object
-
- docking.widgets.tree.InvertedTreeFilter
-
- All Implemented Interfaces:
GTreeFilter
public class InvertedTreeFilter extends java.lang.Object implements GTreeFilter
-
-
Constructor Summary
Constructors Constructor Description InvertedTreeFilter(GTreeFilter treeFilter)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
InvertedTreeFilter
public InvertedTreeFilter(GTreeFilter treeFilter)
-
-
Method Detail
-
acceptsNode
public boolean acceptsNode(GTreeNode node)
- 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.
-
-