Package com.google.testing.testify.risk.frontend.client.view.impl

Examples of com.google.testing.testify.risk.frontend.client.view.impl.ComponentsViewImpl


  /**
   * Initializes the Presenter and View for the Components page.
   */
  private ComponentsPresenter createComponentsPage() {
    ComponentsViewImpl componentsView = new ComponentsViewImpl();
    ComponentsPresenter componentsPresenter = new ComponentsPresenter(
        project, projectService, userService, dataService, componentsView,
        eventBus);
    return componentsPresenter;
  }
View Full Code Here

TOP

Related Classes of com.google.testing.testify.risk.frontend.client.view.impl.ComponentsViewImpl

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.