Uses of Interface
omix.plugin.model.accessory.Accessory
-
Uses of Accessory in omix.plugin.diagram.accessory
Methods in omix.plugin.diagram.accessory that return Accessory Modifier and Type Method Description Accessory
AccessoryItem. modelComponent()
-
Uses of Accessory in omix.plugin.model
Methods in omix.plugin.model with type parameters of type Accessory Modifier and Type Method Description default <T extends Accessory>
TAbstractVisibleComponent. getAccessory(String accessoryName, Class<T> accessoryItemClass)
default <T extends Accessory>
TAbstractVisibleComponent. getAccessory(String namespace, String accessoryName, Class<T> accessoryItemClass)
Methods in omix.plugin.model that return Accessory Modifier and Type Method Description default Accessory
AbstractVisibleComponent. getAccessory(String accessoryName)
Returns the accessory of the submitted name defined in the namespace.Accessory
AbstractVisibleComponent. getAccessory(String namespace, String accessoryName)
Returns the accessory of the submitted name defined in the namespace.Accessory
Model. getAccessory(String accessoryName)
Returns the accessory of the submitted network object defined in the document embedded OVL script.Accessory
Model. getAccessory(String namespace, String accessoryName)
Returns the accessory of the submitted network object defined in the namespace.Methods in omix.plugin.model that return types with arguments of type Accessory Modifier and Type Method Description List<? extends Accessory>
AbstractVisibleComponent. getAccessories()
Returns all accessories defined in the document embedded OVL script.List<? extends Accessory>
AbstractVisibleComponent. getAccessories(String namespace)
Returns all accessories defined in the given namespace.List<? extends Accessory>
Model. getAccessories()
Returns all accessories of the submitted network object defined in the document embedded OVL script.List<? extends Accessory>
Model. getAccessories(String namespace)
Returns all accessories of the submitted network object defined in the namespace.List<? extends Accessory>
AbstractVisibleComponent. getAllAccessories()
Returns all accessories defined in the document embedded OVL script and all namespaces.List<? extends Accessory>
Model. getAllAccessories()
Returns all accessories of the submitted network object defined in the document embedded OVL script and all namespaces. -
Uses of Accessory in omix.plugin.model.accessory
Classes in omix.plugin.model.accessory with type parameters of type Accessory Modifier and Type Interface Description interface
Array<T extends Accessory>
Subinterfaces of Accessory in omix.plugin.model.accessory Modifier and Type Interface Description 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
Methods in omix.plugin.model.writable with parameters of type Accessory Modifier and Type Method Description default Accessory
Model. toWritable(Accessory type)
-
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>
Methods in omix.plugin.model.writable.accessory that return Accessory Modifier and Type Method Description Accessory
Accessory. toReadOnly()
-
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>