Uses of Interface
omix.plugin.diagram.accessory.annotation.DataAnnotationItem
-
Uses of DataAnnotationItem in omix.plugin.diagram.accessory.annotation
Classes in omix.plugin.diagram.accessory.annotation with type parameters of type DataAnnotationItem Modifier and Type Interface Description interface
AnnotationArrayItem<T extends DataAnnotationItem>
Subinterfaces of DataAnnotationItem in omix.plugin.diagram.accessory.annotation Modifier and Type Interface Description interface
AbstractSideBoxItem
interface
AnnotationArrayItem<T extends DataAnnotationItem>
interface
ChartSideBoxItem
interface
DoubleFieldItem
interface
ImageFieldItem
interface
IntegerFieldItem
interface
ItemGroupItem
interface
ObjectFieldItem<T>
interface
SideBoxItem
interface
SimpleValueFieldItem
interface
TextFieldItem
-
Uses of DataAnnotationItem in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type DataAnnotationItem Modifier and Type Method Description default DataAnnotationItem
Diagram. toWritable(DataAnnotationItem type)
-
Uses of DataAnnotationItem in omix.plugin.diagram.writable.accessory.annotation
Subinterfaces of DataAnnotationItem 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
Methods in omix.plugin.diagram.writable.accessory.annotation that return DataAnnotationItem Modifier and Type Method Description DataAnnotationItem
DataAnnotationItem. toReadOnly()
-
Uses of DataAnnotationItem in omix.plugin.model.accessory.annotation
Methods in omix.plugin.model.accessory.annotation that return types with arguments of type DataAnnotationItem Modifier and Type Method Description List<? extends DataAnnotationItem>
DataAnnotation. getDiagramItems()
List<? extends DataAnnotationItem>
DataAnnotation. getDiagramItems(Diagram diagram)
-
Uses of DataAnnotationItem in omix.plugin.model.util
Methods in omix.plugin.model.util with parameters of type DataAnnotationItem Modifier and Type Method Description default void
ContextMenuEntryProvider. addItemContextMenuEntries(DataAnnotationItem accessory, QMenu menu)