public class TreeModelFilters extends Object
TreeModelFilter instances| Modifier and Type | Method and Description |
|---|---|
static TreeModelFilter |
acceptingAll()
Returns a
TreeModelFilter that is accepting all nodes. |
static TreeModelFilter |
containsLeafContainingStringIgnoreCase(String string)
Returns a
TreeModelFilter that is accepting all leaf nodes
whose string representation contains the given string (ignoring
upper/lower case), and all ancestors of these nodes |
static TreeModelFilter |
containsStringIgnoreCase(String string)
Returns a
TreeModelFilter that is accepting all nodes
whose string representation contains the given string (ignoring
upper/lower case), and all ancestors of these nodes |
public static TreeModelFilter acceptingAll()
TreeModelFilter that is accepting all nodes.TreeModelFilterpublic static TreeModelFilter containsLeafContainingStringIgnoreCase(String string)
TreeModelFilter that is accepting all leaf nodes
whose string representation contains the given string (ignoring
upper/lower case), and all ancestors of these nodesstring - The string that must be contained in the node stringTreeModelFilterpublic static TreeModelFilter containsStringIgnoreCase(String string)
TreeModelFilter that is accepting all nodes
whose string representation contains the given string (ignoring
upper/lower case), and all ancestors of these nodesstring - The string that must be contained in the node stringTreeModelFilterCopyright © 2022. All rights reserved.