Package com.google.collide.client.search

Examples of com.google.collide.client.search.SearchPlaceNavigationHandler


            fileSelectionController,
            contentArea);
    workspacePlace.registerChildHandler(FileSelectedPlace.PLACE, fileSelectionHandler);

    // Register navigation handler for searching within files.
    SearchPlaceNavigationHandler searchHandler = new SearchPlaceNavigationHandler(appContext,
        contentArea, fileTreeSection.getFileTreeUiController(), workspacePlace);
    workspacePlace.registerChildHandler(SearchPlace.PLACE, searchHandler);
  }
View Full Code Here

TOP

Related Classes of com.google.collide.client.search.SearchPlaceNavigationHandler

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.