org.jppf.ui.monitoring.node
Interface TreeNodeSelector


public interface TreeNodeSelector

Selector interface that accepts or rejects a tree node.

Author:
Laurent Cohen

Method Summary
 boolean accept(DefaultMutableTreeNode node)
          Filter the specified node.
 

Method Detail

accept

boolean accept(DefaultMutableTreeNode node)
Filter the specified node.

Parameters:
node - the node to filter.
Returns:
true if the node is accepted, false if it is rejected.


Copyright © 2005-2010 JPPF Team.