Package com.volantis.mcs.eclipse.ab.search

Examples of com.volantis.mcs.eclipse.ab.search.SearchScopeFactory


        // Save the combo history so previous search strings can be retrieved
        historyManager.updateHistory(searchStringCombo.getText());
        historyManager.saveHistory();

        // Get the scope for the search based on the users choice.
        SearchScope scope = new SearchScopeFactory().
                createSearchScope(getContainer(),
                        new FileExtension[]{FileExtension.DEVICE_REPOSITORY});

        // Set up the options for the query based on the users choice.
        DeviceSearchQueryOptions options = new DeviceSearchQueryOptions();
View Full Code Here

TOP

Related Classes of com.volantis.mcs.eclipse.ab.search.SearchScopeFactory

Copyright © 2018 www.massapicom. 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.