org.acm.seguin.ide.common
Class DefaultPackageListFilter

java.lang.Object
  extended by org.acm.seguin.ide.common.PackageListFilter
      extended by org.acm.seguin.ide.common.DefaultPackageListFilter

public class DefaultPackageListFilter
extends PackageListFilter

This is the default filter that is currently being used by the system. It allows all packages that have at least one type summary to be included in the list.

Author:
Chris Seguin

Constructor Summary
DefaultPackageListFilter()
           
 
Method Summary
 boolean isIncluded(PackageSummary summary)
          Returns true if we should include it
 
Methods inherited from class org.acm.seguin.ide.common.PackageListFilter
get, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPackageListFilter

public DefaultPackageListFilter()
Method Detail

isIncluded

public boolean isIncluded(PackageSummary summary)
Returns true if we should include it

Specified by:
isIncluded in class PackageListFilter
Parameters:
summary - the summary in question
Returns:
true if it should be included