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

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

Introduction

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

The text is from its open source code.

Method

SpinnerNumberModelcreateNumberAdapter(ValueModel valueModel, int defaultValue, int minValue, int maxValue, int stepSize)
Creates and returns a SpinnerNumberModel that is connected to the given ValueModel and that honors the specified minimum, maximum and step values.
SpinnerNumberModelcreateNumberAdapter(ValueModel valueModel, Number defaultValue, Comparable minValue, Comparable maxValue, Number stepSize)
Creates and returns a SpinnerNumberModel that is connected to the given ValueModel and that honors the specified minimum, maximum and step values.