| <?xml version="1.0" encoding="UTF-8"?> |
| <Group xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets" |
| xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang" |
| xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout" |
| text="ClockType"> |
| <Group.layout> |
| <ppel:PropertiesLayout></ppel:PropertiesLayout> |
| </Group.layout> |
| <Composite> |
| <Composite.layout> |
| <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> |
| </Composite.layout> |
| <ppe:BooleanRadio input="{Binding}" |
| property="MARTE:MARTE_Foundations:Time:ClockType:isLogical"></ppe:BooleanRadio> |
| </Composite> |
| <Composite> |
| <Composite.layout> |
| <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> |
| </Composite.layout> |
| <ppe:EnumCombo input="{Binding}" |
| property="MARTE:MARTE_Foundations:Time:ClockType:nature"></ppe:EnumCombo> |
| </Composite> |
| </Group> |