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 the DoubleSlider 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 the Slider and, additionally, buttons to increase or decrease the current value with a defined step size and an automatic play routine.
    PushButton
    A PushButton 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.