Package com.google.speedtracer.client.model

Examples of com.google.speedtracer.client.model.ButtonDescription


        getFilterPanelContainer(), this, filter.eventFilter, resources,
        visualization.getModel());

    // Add a ButtonDescription entry for the control that will open/close the
    // EventFilterPanel.
    visualization.addButton(new ButtonDescription("Open/Close Filter Panel",
        resources.sluggishnessFiletPanelCss().filterPanelButton(),
        new ClickListener() {
          public void onClick(ClickEvent event) {
            eventFilterPanel.refresh(visualization.getModel());
            toggleFilterPanelVisible();
View Full Code Here

TOP

Related Classes of com.google.speedtracer.client.model.ButtonDescription

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.