| Package | Description |
|---|---|
| de.javagl.common.ui.tree.filtered |
Classes for filtered JTrees.
|
| Modifier and Type | Method and Description |
|---|---|
static TreeModelFilter |
TreeModelFilters.acceptingAll()
Returns a
TreeModelFilter that is accepting all nodes. |
static TreeModelFilter |
TreeModelFilters.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 |
TreeModelFilters.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 |
| Modifier and Type | Method and Description |
|---|---|
void |
FilteredTreeModel.setFilter(TreeModelFilter filter)
Set the
TreeModelFilter for this model. |
void |
FilteredTree.setFilter(TreeModelFilter filter)
Set the filter of the model for the tree.
|
Copyright © 2022. All rights reserved.