|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.ide.common.PackageListFilter
public abstract class PackageListFilter
The package list filter that determines if the package should be included in the PackageSelectorArea.
| Constructor Summary | |
|---|---|
PackageListFilter()
|
|
| Method Summary | |
|---|---|
static PackageListFilter |
get()
Description of the Method |
abstract boolean |
isIncluded(PackageSummary summary)
Returns true if we should include it |
static void |
setSingleton(PackageListFilter value)
Sets the Singleton attribute of the PackageListFilter class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageListFilter()
| Method Detail |
|---|
public static void setSingleton(PackageListFilter value)
value - The new Singleton valuepublic static PackageListFilter get()
public abstract boolean isIncluded(PackageSummary summary)
summary - the summary in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||