Examples of ImplementorsSearchGroup


Examples of org.erlide.ui.internal.search.ImplementorsSearchGroup

        fReferencesGroup = new ReferencesSearchGroup(fEditor);
        // fReadAccessGroup = new ReadReferencesSearchGroup(fEditor);
        // fWriteAccessGroup = new WriteReferencesSearchGroup(fEditor);
        // fDeclarationsGroup = new DeclarationsSearchGroup(fEditor);
        fImplementorsGroup = new ImplementorsSearchGroup(fEditor);
        // fOccurrencesGroup = new OccurrencesSearchGroup(fEditor);
    }
View Full Code Here

Examples of org.erlide.ui.internal.search.ImplementorsSearchGroup

    public ErlangSearchActionGroup(final IWorkbenchSite site) {
        fReferencesGroup = new ReferencesSearchGroup(site);
        // fReadAccessGroup = new ReadReferencesSearchGroup(site);
        // fWriteAccessGroup = new WriteReferencesSearchGroup(site);
        // fDeclarationsGroup = new DeclarationsSearchGroup(site);
        fImplementorsGroup = new ImplementorsSearchGroup(site);
        // fOccurrencesGroup = new OccurrencesSearchGroup(site);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.