org.eclipse.actf.model.javapp.traverse
Class SwingNodeItemFilter

java.lang.Object
  extended by org.eclipse.actf.model.javapp.traverse.SwingNodeItemFilter
All Implemented Interfaces:
INodeFilter

public class SwingNodeItemFilter
extends Object
implements INodeFilter

This filter will exclude items. If you wish to show all items, remove it, or do not set it in the first place.

Author:
annford

Field Summary
protected static HashSet ITEM_ROLES
           
 
Constructor Summary
SwingNodeItemFilter()
           
 
Method Summary
 boolean pass(Object node)
          whether or not to admit this object through the filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITEM_ROLES

protected static final HashSet ITEM_ROLES
Constructor Detail

SwingNodeItemFilter

public SwingNodeItemFilter()
Method Detail

pass

public boolean pass(Object node)
Description copied from interface: INodeFilter
whether or not to admit this object through the filter

Specified by:
pass in interface INodeFilter
Returns:
true if this object should be included in successor node collections, false if it should be filtered