Example usage for javax.swing BoundedRangeModel interface-usage

List of usage examples for javax.swing BoundedRangeModel interface-usage

Introduction

In this page you can find the example usage for javax.swing BoundedRangeModel interface-usage.

Usage

From source file components.ConverterRangeModel.java

/**
 * Based on the source code for DefaultBoundedRangeModel,
 * this class stores its value as a double, rather than
 * an int.  The minimum value and extent are always 0.
 **/
public class ConverterRangeModel implements BoundedRangeModel {

From source file Converter.java

/**
 * Based on the source code for DefaultBoundedRangeModel, this class stores its
 * value as a double, rather than an int. The minimum value and extent are
 * always 0.
 */
class ConverterRangeModel implements BoundedRangeModel {