Uses of Interface
org.nuiton.jaxx.widgets.extra.tree.TreeFilter
| Package | Description |
|---|---|
| org.nuiton.jaxx.widgets.extra.tree |
Tree filtering classes.
|
-
Uses of TreeFilter in org.nuiton.jaxx.widgets.extra.tree
Fields in org.nuiton.jaxx.widgets.extra.tree declared as TreeFilter Modifier and Type Field Description protected TreeFilterFilterTreeModel. treeFilterFilter to use (can be null : no filtering).Methods in org.nuiton.jaxx.widgets.extra.tree with parameters of type TreeFilter Modifier and Type Method Description voidFilterTreeModel. setFilter(TreeFilter treeFilter)Change filter.Constructors in org.nuiton.jaxx.widgets.extra.tree with parameters of type TreeFilter Constructor Description FilterTreeModel(javax.swing.tree.TreeModel delegateModel, TreeFilter filter)Constructor with delegate model.