Java com.jgoodies.binding.adapter BoundedRangeAdapter fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.binding.adapter BoundedRangeAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.binding.adapter BoundedRangeAdapter.

The text is from its open source code.

Constructor

BoundedRangeAdapter(ValueModel subject, int extent, int min, int max)
Constructs a BoundedRangeAdapter on the given subject using the specified extend, minimum and maximum values.