Uses of Interface
omix.plugin.diagram.accessory.AccessoryItem
-
Uses of AccessoryItem in omix.plugin.diagram
Methods in omix.plugin.diagram with type parameters of type AccessoryItem Modifier and Type Method Description default <T extends AccessoryItem>
TAbstractModelItem. getAccessoryItem(String accessoryName, Class<T> accessoryItemClass)
default <T extends AccessoryItem>
TAbstractModelItem. getAccessoryItem(String namespace, String accessoryName, Class<T> accessoryItemClass)
Methods in omix.plugin.diagram that return AccessoryItem Modifier and Type Method Description default AccessoryItem
AbstractModelItem. getAccessoryItem(String accessoryName)
Returns the accessory item of the submitted name defined in the namespace.AccessoryItem
AbstractModelItem. getAccessoryItem(String namespace, String accessoryName)
Returns the accessory item of the submitted name defined in the namespace.Methods in omix.plugin.diagram that return types with arguments of type AccessoryItem Modifier and Type Method Description List<? extends AccessoryItem>
AbstractModelItem. getAccessoryItems()
Returns all accessory items defined in the document embedded OVL script.List<? extends AccessoryItem>
AbstractModelItem. getAccessoryItems(String namespace)
Returns all accessory items defined in the given namespace.List<? extends AccessoryItem>
AbstractModelItem. getAllAccessoryItems()
Returns all accessory items defined in the document embedded OVL script and all namespaces. -
Uses of AccessoryItem in omix.plugin.diagram.accessory
Classes in omix.plugin.diagram.accessory with type parameters of type AccessoryItem Modifier and Type Interface Description interface
ArrayItem<T extends AccessoryItem>
Subinterfaces of AccessoryItem in omix.plugin.diagram.accessory Modifier and Type Interface Description interface
ArrayItem<T extends AccessoryItem>
-
Uses of AccessoryItem in omix.plugin.diagram.accessory.annotation
Subinterfaces of AccessoryItem in omix.plugin.diagram.accessory.annotation Modifier and Type Interface Description interface
AbstractSideBoxItem
interface
AnnotationArrayItem<T extends DataAnnotationItem>
interface
ChartSideBoxItem
interface
DataAnnotationItem
interface
DoubleFieldItem
interface
ImageFieldItem
interface
IntegerFieldItem
interface
ItemGroupItem
interface
ObjectFieldItem<T>
interface
SideBoxItem
interface
SimpleValueFieldItem
interface
TextFieldItem
-
Uses of AccessoryItem in omix.plugin.diagram.accessory.trigger
Subinterfaces of AccessoryItem in omix.plugin.diagram.accessory.trigger Modifier and Type Interface Description interface
CheckButtonItem
interface
DoublePlayerItem
interface
DoubleSliderItem
interface
DoubleSpinBoxItem
interface
DoubleTriggerItem
interface
IntegerTriggerItem
interface
PlayerItem
interface
PushButtonItem
interface
SliderItem
interface
SpinBoxItem
interface
TriggerArrayItem<T extends TriggerItem>
interface
TriggerItem
-
Uses of AccessoryItem in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type AccessoryItem Modifier and Type Method Description default AccessoryItem
Diagram. toWritable(AccessoryItem type)
-
Uses of AccessoryItem in omix.plugin.diagram.writable.accessory
Subinterfaces of AccessoryItem in omix.plugin.diagram.writable.accessory Modifier and Type Interface Description interface
AccessoryItem
interface
ArrayItem<T extends AccessoryItem>
Methods in omix.plugin.diagram.writable.accessory that return AccessoryItem Modifier and Type Method Description AccessoryItem
AccessoryItem. toReadOnly()
-
Uses of AccessoryItem in omix.plugin.diagram.writable.accessory.annotation
Subinterfaces of AccessoryItem in omix.plugin.diagram.writable.accessory.annotation Modifier and Type Interface Description interface
AbstractSideBoxItem
interface
AnnotationArrayItem<T extends DataAnnotationItem>
interface
ChartSideBoxItem
interface
DataAnnotationItem
interface
DoubleFieldItem
interface
ImageFieldItem
interface
IntegerFieldItem
interface
ItemGroupItem
interface
ObjectFieldItem<T>
interface
SideBoxItem
interface
SimpleValueFieldItem
interface
TextFieldItem
-
Uses of AccessoryItem in omix.plugin.diagram.writable.accessory.trigger
Subinterfaces of AccessoryItem in omix.plugin.diagram.writable.accessory.trigger Modifier and Type Interface Description interface
CheckButtonItem
interface
DoublePlayerItem
interface
DoubleSliderItem
interface
DoubleSpinBoxItem
interface
DoubleTriggerItem
interface
IntegerTriggerItem
interface
PlayerItem
interface
PushButtonItem
interface
SliderItem
interface
SpinBoxItem
interface
TriggerArrayItem<T extends TriggerItem>
interface
TriggerItem
-
Uses of AccessoryItem in omix.plugin.model.accessory
Methods in omix.plugin.model.accessory that return types with arguments of type AccessoryItem Modifier and Type Method Description List<? extends AccessoryItem>
Accessory. getDiagramItems()
List<? extends AccessoryItem>
Accessory. getDiagramItems(Diagram diagram)