Uses of Interface
omix.lang.model.accessory.trigger.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 |
-
Uses of Trigger in omix.lang.model.accessory.trigger
Subinterfaces of Trigger in omix.lang.model.accessory.trigger Modifier and Type Interface Description interface
CheckButton
A CheckButton calls a method with a boolean value of its checked state at user action.interface
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.interface
DoubleSlider
A DoubleSlider controls a bounded real value by sliding a handle.interface
DoubleSpinBox
A DoubleSpinBox consists of a spinable input mask for real numbers.interface
DoubleTrigger
This type represents all triggers emitting a double type signal.interface
IntegerTrigger
This type represents all triggers emitting an integer type signal.interface
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.interface
PushButton
APushButton
calls a parameterless method or any parameterized method at user action.interface
Slider
A Slider controls a bounded real value by sliding a handle.interface
SpinBox
A SpinBox consists of a spinable input mask for real numbers. -
Uses of Trigger in omix.plugin.model.accessory.trigger
Subinterfaces of Trigger in omix.plugin.model.accessory.trigger Modifier and Type Interface Description interface
CheckButton
interface
DoublePlayer
interface
DoubleSlider
interface
DoubleSpinBox
interface
DoubleTrigger
interface
IntegerTrigger
interface
Player
interface
PushButton
interface
Slider
interface
SpinBox
interface
Trigger
interface
TriggerArray<T extends Trigger>
-
Uses of Trigger in omix.plugin.model.writable.accessory.trigger
Subinterfaces of Trigger in omix.plugin.model.writable.accessory.trigger Modifier and Type Interface Description interface
CheckButton
interface
DoublePlayer
interface
DoubleSlider
interface
DoubleSpinBox
interface
DoubleTrigger
interface
IntegerTrigger
interface
Player
interface
PushButton
interface
Slider
interface
SpinBox
interface
Trigger
interface
TriggerArray<T extends Trigger>