Uses of Class
omix.lang.model.accessory.Signal
Package | Description |
---|---|
omix.lang.model.accessory |
This package and sub packages contain all accessories available in OVL.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.lang.model.accessory.trigger |
This package contains all triggers available in OVL.
|
-
Uses of Signal in omix.lang.model.accessory
Classes in omix.lang.model.accessory with annotations of type Signal Modifier and Type Interface Description interface
Array<T extends Accessory>
This type represents accessory arrays. -
Uses of Signal in omix.lang.model.accessory.annotation
Classes in omix.lang.model.accessory.annotation with annotations of type Signal Modifier and Type Interface Description interface
DataAnnotation
This type represents all data annotations available in OVL. -
Uses of Signal in omix.lang.model.accessory.trigger
Classes in omix.lang.model.accessory.trigger with annotations of type Signal 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.