public interface TreeModelFilter
FilteredTreeModel.setFilter(TreeModelFilter) method, to cause
the tree model to be filtered accordingly.| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptNode(TreeModel treeModel,
TreeNode node)
Returns whether the given node should be contained in
the filtered tree model.
|
boolean acceptNode(TreeModel treeModel, TreeNode node)
treeModel - The filtered tree modelnode - The node which is to be checkedCopyright © 2022. All rights reserved.