- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,DataAnnotationItem
,DataAnnotationItem
,DoubleFieldItem
,ReadOnlyInterface
,SimpleValueFieldItem
,SimpleValueFieldItem
,WritableInterface
public interface DoubleFieldItem extends SimpleValueFieldItem, DoubleFieldItem
-
Method Summary
Modifier and Type Method Description DoubleField
modelComponent()
DoubleFieldItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
Methods inherited from interface omix.plugin.diagram.writable.accessory.annotation.SimpleValueFieldItem
setPosition
-
Method Details
-
modelComponent
DoubleField modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceDoubleFieldItem
- Specified by:
modelComponent
in interfaceSimpleValueFieldItem
- Specified by:
modelComponent
in interfaceSimpleValueFieldItem
-
toReadOnly
DoubleFieldItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceDataAnnotationItem
- Specified by:
toReadOnly
in interfaceSimpleValueFieldItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-