Uses of Interface
omix.lang.model.accessory.Accessory
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
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.
|
omix.lang.reflect |
This package provides classes which allow a dynamic access of OVL code from Java.
|
omix.plugin.model.accessory | |
omix.plugin.model.accessory.annotation | |
omix.plugin.model.accessory.trigger | |
omix.plugin.model.writable.accessory | |
omix.plugin.model.writable.accessory.annotation | |
omix.plugin.model.writable.accessory.trigger |
-
Uses of Accessory in omix.lang
Methods in omix.lang that return Accessory Modifier and Type Method Description static Accessory
OmixApplication. getAccessory(OVLEnvironment env, String namespace, Object object, String accessoryName)
This method dynamically reads the content of the object's accessory field. -
Uses of Accessory in omix.lang.model.accessory
Classes in omix.lang.model.accessory with type parameters of type Accessory Modifier and Type Interface Description interface
Array<T extends Accessory>
This type represents accessory arrays.Subinterfaces of Accessory in omix.lang.model.accessory Modifier and Type Interface Description interface
Array<T extends Accessory>
This type represents accessory arrays.Methods in omix.lang.model.accessory with parameters of type Accessory Modifier and Type Method Description int
Array. indexOf(Accessory accessory)
-
Uses of Accessory in omix.lang.model.accessory.annotation
Subinterfaces of Accessory in omix.lang.model.accessory.annotation Modifier and Type Interface Description interface
AbstractSideBox
This accessory represents charts as side items in the network diagram.interface
ChartSideBox
This accessory represents charts as side items in the network diagram.interface
ChartSideItem
Deprecated.interface
DataAnnotation
This type represents all data annotations available in OVL.interface
DoubleField
This accessory represents textual represented double values in the network diagram.interface
ImageField
This accessory represents image items in the network diagram.interface
IntegerField
This accessory represents textual represented integer values in the network diagram.interface
ItemGroup
Item group can is the only and exclusive data annotation for the network level.interface
ObjectField<T>
This accessory represents textual represented Object values in the network diagram.interface
SideBox
A sub node has the same appearance as other nodes in the network.interface
SimpleValueField
This accessory represents textual represented values in the network diagram.interface
SubNode
Deprecated.interface
TextField
This accessory represents text labels in the network diagram. -
Uses of Accessory in omix.lang.model.accessory.trigger
Subinterfaces of Accessory 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.interface
Trigger
This type represents all triggers available in OVL. -
Uses of Accessory in omix.lang.reflect
Methods in omix.lang.reflect that return Accessory Modifier and Type Method Description Accessory
OVLEnvironment. getAccessory(Object object, String accessoryName)
This method dynamically reads the content of the object's accessory field.Accessory
OVLEnvironment. getAccessory(String namespace, Object object, String accessoryName)
This method dynamically reads the content of the object's accessory field. -
Uses of Accessory in omix.plugin.model.accessory
Subinterfaces of Accessory in omix.plugin.model.accessory Modifier and Type Interface Description interface
Accessory
interface
Array<T extends Accessory>
-
Uses of Accessory in omix.plugin.model.accessory.annotation
Subinterfaces of Accessory in omix.plugin.model.accessory.annotation Modifier and Type Interface Description interface
AbstractSideBox
interface
AnnotationArray<T extends DataAnnotation>
interface
ChartSideBox
interface
DataAnnotation
interface
DoubleField
interface
ImageField
interface
IntegerField
interface
ItemGroup
interface
ObjectField<T>
interface
SideBox
interface
SimpleValueField
interface
TextField
-
Uses of Accessory in omix.plugin.model.accessory.trigger
Subinterfaces of Accessory 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 Accessory in omix.plugin.model.writable.accessory
Subinterfaces of Accessory in omix.plugin.model.writable.accessory Modifier and Type Interface Description interface
Accessory
interface
Array<T extends Accessory>
-
Uses of Accessory in omix.plugin.model.writable.accessory.annotation
Subinterfaces of Accessory in omix.plugin.model.writable.accessory.annotation Modifier and Type Interface Description interface
AbstractSideBox
interface
AnnotationArray<T extends DataAnnotation>
interface
ChartSideBox
interface
DataAnnotation
interface
DoubleField
interface
ImageField
interface
IntegerField
interface
ItemGroup
interface
ObjectField<T>
interface
SideBox
interface
SimpleValueField
interface
TextField
-
Uses of Accessory in omix.plugin.model.writable.accessory.trigger
Subinterfaces of Accessory 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>