org.gnu.gtk.event

Interface ScaleListener

public interface ScaleListener

Listener for the Scale widget.

Method Summary

String
formatScaleValue(ScaleEvent event, double value)
This method is called whenever a Scale requires the label string to be formatted.

Method Details

formatScaleValue

public String formatScaleValue(ScaleEvent event,
                               double value)
This method is called whenever a Scale requires the label string to be formatted.