Uses of Interface
omix.plugin.diagram.accessory.ArrayItem
-
Uses of ArrayItem in omix.plugin.diagram.accessory.annotation
Subinterfaces of ArrayItem in omix.plugin.diagram.accessory.annotation Modifier and Type Interface Description interface
AnnotationArrayItem<T extends DataAnnotationItem>
-
Uses of ArrayItem in omix.plugin.diagram.accessory.trigger
Subinterfaces of ArrayItem in omix.plugin.diagram.accessory.trigger Modifier and Type Interface Description interface
TriggerArrayItem<T extends TriggerItem>
-
Uses of ArrayItem in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type ArrayItem Modifier and Type Method Description default ArrayItem<?>
Diagram. toWritable(ArrayItem<?> type)
-
Uses of ArrayItem in omix.plugin.diagram.writable.accessory
Subinterfaces of ArrayItem in omix.plugin.diagram.writable.accessory Modifier and Type Interface Description interface
ArrayItem<T extends AccessoryItem>
Methods in omix.plugin.diagram.writable.accessory that return ArrayItem Modifier and Type Method Description ArrayItem<?>
ArrayItem. toReadOnly()
-
Uses of ArrayItem in omix.plugin.diagram.writable.accessory.annotation
Subinterfaces of ArrayItem in omix.plugin.diagram.writable.accessory.annotation Modifier and Type Interface Description interface
AnnotationArrayItem<T extends DataAnnotationItem>
-
Uses of ArrayItem in omix.plugin.diagram.writable.accessory.trigger
Subinterfaces of ArrayItem in omix.plugin.diagram.writable.accessory.trigger Modifier and Type Interface Description interface
TriggerArrayItem<T extends TriggerItem>
-
Uses of ArrayItem in omix.plugin.model.accessory
Methods in omix.plugin.model.accessory that return types with arguments of type ArrayItem Modifier and Type Method Description List<? extends ArrayItem<?>>
Array. getDiagramItems()
List<? extends ArrayItem<?>>
Array. getDiagramItems(Diagram diagram)