public interface Filter extends TreeAction
TreeModel.getFilters()
Modifier and Type | Field and Description |
---|---|
static Filter[] |
EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
boolean |
isReverted()
Checks if the filter is applied when the corresponding toolbar button is pressed or released.
|
boolean |
isVisible(TreeElement treeNode)
Checks if the specified tree element is accepted by the filter.
|
getName, getPresentation
static final Filter[] EMPTY_ARRAY
boolean isVisible(TreeElement treeNode)
treeNode
- the node to filter.boolean isReverted()