Module omix.api

Interface DoubleSpinBox

All Superinterfaces:
Accessory, DoubleTrigger, Member, Trigger
All Known Subinterfaces:
DoubleSpinBox, DoubleSpinBox

@Signal(double.class)
public interface DoubleSpinBox
extends DoubleTrigger
A DoubleSpinBox consists of a spinable input mask for real numbers.

DoubleSpinBox

The value change by user calls a method with a double parameter. Example:
DoubleSpinBox spinBox : method(double);
or
DoubleSpinBox spinBox : method(java.lang.Double);
A DoubleSpinBox is disabled if maximum less or equals minimum. This occurs by default. Set at least maximum to enable DoubleSpinBox. Example:
spinBox.maximum = 100.0;
Author:
Dr. Peter Droste, Omix Visualization