Class TrivialEClassBasedNavigatorFilter

    • Constructor Detail

      • TrivialEClassBasedNavigatorFilter

        public TrivialEClassBasedNavigatorFilter​(Collection<org.eclipse.emf.ecore.EClass> eClasses,
                                                 org.eclipse.core.resources.IProject project)
        Creates a new instance.
        Parameters:
        eClasses - the scope of EClass'es to select objects from, cannot be null
        project - the project to filter objects from, cannot be null
    • Method Detail

      • apply

        public boolean apply​(org.eclipse.xtext.resource.IEObjectDescription input)
        Specified by:
        apply in interface com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>