Package com.google.speedtracer.client.visualizations.view

Examples of com.google.speedtracer.client.visualizations.view.ReportDialog$Css


    mainTimeline.getModel().addDomainObserver(this);
    mainTimeline.getModel().addWindowBoundsObserver(this);

    // Create the report dialog for analyzing records within the current
    // timeline window selection.
    this.reportDialog = new ReportDialog(mainTimeline.getModel(),
        dataDispatcher, resources);
  }
View Full Code Here

TOP

Related Classes of com.google.speedtracer.client.visualizations.view.ReportDialog$Css

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.