Uses of Interface
omix.plugin.diagram.accessory.annotation.SimpleValueFieldItem
-
Uses of SimpleValueFieldItem in omix.plugin.diagram.accessory.annotation
Subinterfaces of SimpleValueFieldItem in omix.plugin.diagram.accessory.annotation Modifier and Type Interface Description interface
DoubleFieldItem
interface
IntegerFieldItem
interface
ObjectFieldItem<T>
interface
TextFieldItem
-
Uses of SimpleValueFieldItem in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type SimpleValueFieldItem Modifier and Type Method Description default SimpleValueFieldItem
Diagram. toWritable(SimpleValueFieldItem type)
-
Uses of SimpleValueFieldItem in omix.plugin.diagram.writable.accessory.annotation
Subinterfaces of SimpleValueFieldItem in omix.plugin.diagram.writable.accessory.annotation Modifier and Type Interface Description interface
DoubleFieldItem
interface
IntegerFieldItem
interface
ObjectFieldItem<T>
interface
SimpleValueFieldItem
interface
TextFieldItem
Methods in omix.plugin.diagram.writable.accessory.annotation that return SimpleValueFieldItem Modifier and Type Method Description SimpleValueFieldItem
SimpleValueFieldItem. toReadOnly()
-
Uses of SimpleValueFieldItem in omix.plugin.model.accessory.annotation
Methods in omix.plugin.model.accessory.annotation that return types with arguments of type SimpleValueFieldItem Modifier and Type Method Description List<? extends SimpleValueFieldItem>
SimpleValueField. getDiagramItems()
List<? extends SimpleValueFieldItem>
SimpleValueField. getDiagramItems(Diagram diagram)