- All Superinterfaces:
Accessory
,Accessory
,Accessory
,DataAnnotation
,DataAnnotation
,DataAnnotation
,IntegerField
,IntegerField
,Member
,ReadOnlyInterface
,SimpleValueField
,SimpleValueField
,SimpleValueField
,WritableInterface
public interface IntegerField extends IntegerField, SimpleValueField
-
Method Summary
Modifier and Type Method Description List<? extends IntegerFieldItem>
getDiagramItems()
List<? extends IntegerFieldItem>
getDiagramItems(Diagram diagram)
void
setValue(Integer value)
The value displayed in the network diagram.IntegerField
toReadOnly()
Methods inherited from interface omix.plugin.model.writable.accessory.Accessory
getField, owner, setLabel, setTooltip
Methods inherited from interface omix.plugin.model.writable.accessory.annotation.DataAnnotation
setVisible
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
Methods inherited from interface omix.lang.model.accessory.annotation.SimpleValueField
background, blur, color, font, shadow, transparency
Methods inherited from interface omix.plugin.model.writable.accessory.annotation.SimpleValueField
setBackground, setBlur, setColor, setFont, setShadow, setTransparency
-
Method Details
-
setValue
The value displayed in the network diagram.- Throws:
IllegalChangeException
-
getDiagramItems
List<? extends IntegerFieldItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceIntegerField
- Specified by:
getDiagramItems
in interfaceSimpleValueField
- Specified by:
getDiagramItems
in interfaceSimpleValueField
-
getDiagramItems
- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceIntegerField
- Specified by:
getDiagramItems
in interfaceSimpleValueField
- Specified by:
getDiagramItems
in interfaceSimpleValueField
- Throws:
IllegalComponentException
-
toReadOnly
IntegerField toReadOnly()- Specified by:
toReadOnly
in interfaceAccessory
- Specified by:
toReadOnly
in interfaceDataAnnotation
- Specified by:
toReadOnly
in interfaceSimpleValueField
- Specified by:
toReadOnly
in interfaceWritableInterface
-