Package com.google.speedtracer.client.visualizations.model

Examples of com.google.speedtracer.client.visualizations.model.ReportDataCollector


    // Initialize locals.
    this.glassPane = new Div(Root.getContainer());
    this.reportPane = new Div(Root.getContainer());
    closeButton = new Div(Root.getContainer());
    this.timelineModel = timelineModel;
    this.dataCollector = new ReportDataCollector(dataDispatcher);

    // Set style names for the base elements.
    final Css css = resources.hintletReportDialogCss();
    glassPane.setStyleName(css.glassPane());
    reportPane.setStyleName(css.reportPane());
View Full Code Here

TOP

Related Classes of com.google.speedtracer.client.visualizations.model.ReportDataCollector

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.