|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.eclipse.jpt.core.context.java | |
org.eclipse.jpt.utility |
Uses of Filter in org.eclipse.jpt.core.context.java |
---|
Methods in org.eclipse.jpt.core.context.java with parameters of type Filter | |
---|---|
java.util.Iterator<java.lang.String> |
JavaJpaContextNode.javaCompletionProposals(int pos,
Filter<java.lang.String> filter,
org.eclipse.jdt.core.dom.CompilationUnit astRoot)
Return the Java code-completion proposals for the specified position in the source code. |
Uses of Filter in org.eclipse.jpt.utility |
---|
Classes in org.eclipse.jpt.utility that implement Filter | |
---|---|
static class |
Filter.Disabled<S>
|
static class |
Filter.Null<S>
|
Fields in org.eclipse.jpt.utility declared as Filter | |
---|---|
static Filter |
Filter.Null.INSTANCE
|
static Filter |
Filter.Disabled.INSTANCE
|
Methods in org.eclipse.jpt.utility that return Filter | ||
---|---|---|
static
|
Filter.Null.instance()
|
|
static
|
Filter.Disabled.instance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |