Interface TreeFilter
-
public interface TreeFilterSimple API to filter nodes from a tree model using aFilterTreeModel.Date : 4 mars 2010
- Author:
- chatellier, Tony Chemit - dev@tchemit.fr
- See Also:
FilterTreeModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleaninclude(TreeModel model, Object node)
-
-
-
Method Detail
-
include
boolean include(TreeModel model, Object node)
- Parameters:
model- delegate model from theFilterTreeModel.delegateModel.node- node to test- Returns:
trueif the given node is included in theFilterTreeModel,falseotherwise.
-
-