Uses of Package
omix.lang.model.accessory.trigger
Package | Description |
---|---|
omix.lang.model.accessory.trigger |
This package contains all triggers available in OVL.
|
omix.plugin.model.accessory.trigger | |
omix.plugin.model.writable.accessory.trigger |
-
Classes in omix.lang.model.accessory.trigger used by omix.lang.model.accessory.trigger Class Description DoubleTrigger This type represents all triggers emitting a double type signal.IntegerTrigger This type represents all triggers emitting an integer type signal.Trigger This type represents all triggers available in OVL. -
Classes in omix.lang.model.accessory.trigger used by omix.plugin.model.accessory.trigger Class 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. -
Classes in omix.lang.model.accessory.trigger used by omix.plugin.model.writable.accessory.trigger Class 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.