Interface MaskTreeModel.Mask
- Enclosing class:
MaskTreeModel
public static interface MaskTreeModel.Mask
Defines node inclusion in a masked tree.
- Since:
- 17 Mar 2015
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisIncluded(Object node) Determines whether a given node from a base tree model is to appear in the masked tree.
-
Method Details
-
isIncluded
Determines whether a given node from a base tree model is to appear in the masked tree.- Parameters:
node- base model node- Returns:
- true iff mask allows
node
-