Uses of Interface
org.eclipse.jpt.common.utility.Filter

Packages that use Filter
org.eclipse.jpt.common.utility   
org.eclipse.jpt.common.utility.internal   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.core.xsd   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2.resource.java   
org.eclipse.jpt.jpa.core.resource.java   
 

Uses of Filter in org.eclipse.jpt.common.utility
 

Classes in org.eclipse.jpt.common.utility that implement Filter
static class Filter.Disabled<S>
          Singleton implemetation of the filter interface that throws an exception if called.
static class Filter.Null<S>
          Singleton implemetation of the filter interface that accepts all the objects (i.e.
static class Filter.Opaque<S>
          Singleton implemetation of the filter interface that accepts none of the objects (i.e.
 

Fields in org.eclipse.jpt.common.utility declared as Filter
static Filter Filter.Null.INSTANCE
           
static Filter Filter.Opaque.INSTANCE
           
static Filter Filter.Disabled.INSTANCE
           
 

Methods in org.eclipse.jpt.common.utility that return Filter
static
<R> Filter<R>
Filter.Null.instance()
           
static
<R> Filter<R>
Filter.Opaque.instance()
           
static
<R> Filter<R>
Filter.Disabled.instance()
           
 

Uses of Filter in org.eclipse.jpt.common.utility.internal
 

Classes in org.eclipse.jpt.common.utility.internal that implement Filter
 class org.eclipse.jpt.common.utility.internal.SimpleFilter<T,S>
           
 

Uses of Filter in org.eclipse.jpt.jaxb.core.context.java
 

Methods in org.eclipse.jpt.jaxb.core.context.java with parameters of type Filter
 java.lang.Iterable<java.lang.String> JavaContextNode.getJavaCompletionProposals(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.jaxb.core.xsd
 

Methods in org.eclipse.jpt.jaxb.core.xsd with parameters of type Filter
abstract  java.lang.Iterable<java.lang.String> XsdTypeDefinition.getAttributeNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
 java.lang.Iterable<java.lang.String> XsdSimpleTypeDefinition.getAttributeNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
 java.lang.Iterable<java.lang.String> XsdComplexTypeDefinition.getAttributeNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
abstract  java.lang.Iterable<java.lang.String> XsdTypeDefinition.getElementNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
 java.lang.Iterable<java.lang.String> XsdSimpleTypeDefinition.getElementNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
 java.lang.Iterable<java.lang.String> XsdComplexTypeDefinition.getElementNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
 java.lang.Iterable<java.lang.String> XsdSchema.getNamespaceProposals(Filter<java.lang.String> filter)
           
 java.lang.Iterable<java.lang.String> XsdSchema.getSimpleTypeNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
 java.lang.Iterable<java.lang.String> XsdSchema.getTypeNameProposals(java.lang.String namespace, Filter<java.lang.String> filter)
           
 

Uses of Filter in org.eclipse.jpt.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.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.jpa.core.jpa2.resource.java
 

Classes in org.eclipse.jpt.jpa.core.jpa2.resource.java that implement Filter
static class JavaResourcePersistentType2_0.AccessTypeFilter
           
 

Fields in org.eclipse.jpt.jpa.core.jpa2.resource.java declared as Filter
static Filter<JavaResourcePersistentAttribute> JavaResourcePersistentType2_0.FIELD_ACCESS_TYPE_FILTER
           
static Filter<JavaResourcePersistentAttribute> JavaResourcePersistentType2_0.PROPERTY_ACCESS_TYPE_FILTER
           
 

Uses of Filter in org.eclipse.jpt.jpa.core.resource.java
 

Fields in org.eclipse.jpt.jpa.core.resource.java declared as Filter
static Filter<JavaResourcePersistentMember> JavaResourcePersistentMember.PERSISTABLE_MEMBER_FILTER