Uses of Package
omix.lang.model.accessory.trigger

Packages that use 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 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.
  • 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 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.