Example usage for com.google.gwt.widgetideas.client SliderBar.LabelFormatter interface-usage

List of usage examples for com.google.gwt.widgetideas.client SliderBar.LabelFormatter interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.widgetideas.client SliderBar.LabelFormatter interface-usage.

Usage

From source file org.rstudio.studio.client.workbench.views.plots.ui.manipulator.ManipulatorControlSlider.java

@SuppressWarnings("deprecation")
public class ManipulatorControlSlider extends ManipulatorControl implements SliderBar.LabelFormatter {
    public ManipulatorControlSlider(String variable, double value, Manipulator.Slider slider,
            ManipulatorChangedHandler changedHandler) {
        super(variable, slider, changedHandler);