- All Superinterfaces:
AbstractDiagramComponent
,AbstractSideBoxItem
,AbstractSideBoxItem
,AccessoryItem
,AccessoryItem
,DataAnnotationItem
,DataAnnotationItem
,ReadOnlyInterface
,SideBoxItem
,WritableInterface
public interface SideBoxItem extends AbstractSideBoxItem, SideBoxItem
-
Method Summary
Modifier and Type Method Description SideBox
modelComponent()
void
setPosition(double x, double y)
Set the position of the item.SideBoxItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.accessory.annotation.AbstractSideBoxItem
height, width
Methods inherited from interface omix.plugin.diagram.writable.accessory.annotation.AbstractSideBoxItem
setSize, setSizeDefault
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
-
Method Details
-
setPosition
Set the position of the item.- Specified by:
setPosition
in interfaceAbstractSideBoxItem
- Parameters:
x
-y
-- Throws:
IllegalChangeException
-
modelComponent
SideBox modelComponent()- Specified by:
modelComponent
in interfaceAbstractSideBoxItem
- Specified by:
modelComponent
in interfaceAbstractSideBoxItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceSideBoxItem
-
toReadOnly
SideBoxItem toReadOnly()- Specified by:
toReadOnly
in interfaceAbstractSideBoxItem
- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceDataAnnotationItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-