- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,DoubleTriggerItem
,ReadOnlyInterface
,TriggerItem
,TriggerItem
,WritableInterface
- All Known Subinterfaces:
DoublePlayerItem
,DoubleSliderItem
,DoubleSpinBoxItem
public interface DoubleTriggerItem extends TriggerItem, DoubleTriggerItem
-
Method Summary
Modifier and Type Method Description DoubleTrigger
modelComponent()
DoubleTriggerItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
-
Method Details
-
modelComponent
DoubleTrigger modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceDoubleTriggerItem
- Specified by:
modelComponent
in interfaceTriggerItem
- Specified by:
modelComponent
in interfaceTriggerItem
-
toReadOnly
DoubleTriggerItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceTriggerItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-