Example usage for org.eclipse.jdt.core.search IJavaSearchScope interface-usage

List of usage examples for org.eclipse.jdt.core.search IJavaSearchScope interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.search IJavaSearchScope interface-usage.

Usage

From source file com.liferay.ide.hook.ui.wizard.PortalServiceSearchScope.java

/**
 * @author Greg Amerson
 */
public class PortalServiceSearchScope implements IJavaSearchScope {

    protected IPath[] enclosingJars;

From source file org.eclipse.jst.j2ee.internal.dialogs.TypeJavaSearchScope.java

/**
 * This class was derived from JavaSearchScope as that class did not have a
 * provision to exclude classpath entries that are not exported A Java-specific
 * scope for searching relative to one or more java elements.
 */
public class TypeJavaSearchScope implements IJavaSearchScope {

From source file org.eclipse.jst.jsf.common.ui.internal.dialogfield.JavaSearchScope.java

/**
 * @author mengbo
 */
/*package*/ class JavaSearchScope implements IJavaSearchScope {
    private final IProject _project;

From source file org.eclipse.jst.jsf.common.ui.internal.dialogfield.JavaSearchScopeDecorator.java

/**
 * @author mengbo
 * @version 1.5
 */
/*package*/ class JavaSearchScopeDecorator implements IJavaSearchScope {
    JavaSearchScope[] _scopes = new JavaSearchScope[0];

From source file org.eclipse.jst.jsp.core.internal.java.search.JSPSearchScope.java

/**
 * Used to constrain JSP/java search to certain paths and elements.
 * @author pavery
 */
public class JSPSearchScope implements IJavaSearchScope {

From source file org.eclipse.wb.internal.core.utils.jdt.core.SubtypesScope.java

/**
 * Implementation of {@link IJavaSearchScope} that returns all sub-types of {@link IType}.
 * 
 * @author scheglov_ke
 * @coverage core.util.jdt
 */

From source file org.eclipse.xtext.common.types.xtext.ui.IntersectingJavaSearchScope.java

/**
 * @author Sebastian Zarnekow - Initial contribution and API
 */
public class IntersectingJavaSearchScope implements IJavaSearchScope {

    private static final Logger log = Logger.getLogger(IntersectingJavaSearchScope.class);

From source file org.hawkinssoftware.rns.analysis.compile.util.CompoundHierarchiesScope.java

/**
 * DOC comment task awaits.
 * 
 * @author Byron Hawkins
 */
public class CompoundHierarchiesScope implements IJavaSearchScope {

From source file org.jboss.tools.cdi.ui.test.testmodel.JavaSearchScope.java

public class JavaSearchScope implements IJavaSearchScope {

    @Override
    public boolean encloses(String resourcePath) {
        return true;
    }

From source file org.jboss.tools.seam.ui.search.SeamSearchScope.java

/**
 * Seam Search Scope object
 * 
 * @author Jeremy
 *
 */