|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.common.PackageListFilter
org.acm.seguin.ide.common.DefaultPackageListFilter
public class DefaultPackageListFilter
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.
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 |
---|
public DefaultPackageListFilter()
Method Detail |
---|
public boolean isIncluded(PackageSummary summary)
isIncluded
in class PackageListFilter
summary
- the summary in question
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |