com.tonbeller.wcf.tree
Interface NodeFilter

All Known Implementing Classes:
AndNodeFilter

public interface NodeFilter

Selects the visible nodes


Field Summary
static NodeFilter FALSE_FILTER
          accept() == false for all nodes
static NodeFilter TRUE_FILTER
          accept() == true for all nodes
 
Method Summary
 boolean accept(java.lang.Object node)
           
 

Field Detail

TRUE_FILTER

public static final NodeFilter TRUE_FILTER
accept() == true for all nodes


FALSE_FILTER

public static final NodeFilter FALSE_FILTER
accept() == false for all nodes

Method Detail

accept

public boolean accept(java.lang.Object node)
Returns:
true if the node shall be visible in the tree component