Module omix.api
Package omix.lang.model.accessory.trigger
This package contains all triggers available in OVL.
- See Also:
Trigger
-
Interface Summary Interface Description CheckButton A CheckButton calls a method with a boolean value of its checked state at user action.DoublePlayer A DoublePlayer has the same functionality as theDoubleSlider
and, additionally, buttons to increase or decrease the current value with a defined step size and an automatic play routine.DoubleSlider A DoubleSlider controls a bounded real value by sliding a handle.DoubleSpinBox A DoubleSpinBox consists of a spinable input mask for real numbers.DoubleTrigger This type represents all triggers emitting a double type signal.IntegerTrigger This type represents all triggers emitting an integer type signal.Player A Player has the same functionality as theSlider
and, additionally, buttons to increase or decrease the current value with a defined step size and an automatic play routine.PushButton APushButton
calls a parameterless method or any parameterized method at user action.Slider A Slider controls a bounded real value by sliding a handle.SpinBox A SpinBox consists of a spinable input mask for real numbers.Trigger This type represents all triggers available in OVL.