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 booleanacceptsNode(GTreeNode node)booleanshowFilterMatches()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:
 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.
 
 
 - 
 
 -