- 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.
or
A DoubleSpinBox is disabled if maximum less or equals minimum. This occurs by default. Set at least maximum to enable DoubleSpinBox. 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
-
Method Summary
Methods inherited from interface omix.lang.model.accessory.trigger.DoubleTrigger
maximum, minimum, onchange, recordEnabled, value
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent