Uses of Interface
omix.lang.model.accessory.annotation.DataAnnotation
Package | Description |
---|---|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.plugin.model.accessory.annotation | |
omix.plugin.model.util | |
omix.plugin.model.writable.accessory.annotation |
-
Uses of DataAnnotation in omix.lang.model.accessory.annotation
Subinterfaces of DataAnnotation 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
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 DataAnnotation in omix.plugin.model.accessory.annotation
Subinterfaces of DataAnnotation 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 DataAnnotation in omix.plugin.model.util
Methods in omix.plugin.model.util with parameters of type DataAnnotation Modifier and Type Method Description default void
ContextMenuEntryProvider. addItemContextMenuEntries(DataAnnotation accessory, QMenu menu)
This method is called whenever the user causes a context menu to be shown on an accessory. -
Uses of DataAnnotation in omix.plugin.model.writable.accessory.annotation
Subinterfaces of DataAnnotation 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