source: trunk/modelicaml/org.openmodelica.modelicaml.properties/Model/ui/SingleComponent.xwt @ 1412

Last change on this file since 1412 was 1348, checked in by wschamai, 13 years ago

Migration to Eclipse 3.7, Papyrus 0.8, Xtext 2

File size: 1.1 KB
RevLine 
[1348]1<?xml version="1.0" encoding="UTF-8"?>
2<Composite xmlns:x="http://www.eclipse.org/xwt"
3    xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets"
4    xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
5    xmlns="http://www.eclipse.org/xwt/presentation" xmlns:j="clr-namespace:java.lang">
6    <Composite.layout>
7        <ppel:PropertiesLayout></ppel:PropertiesLayout>
8    </Composite.layout>
9    <ppe:StringEditor property="UML:NamedElement:name"
10        input="{Binding}"></ppe:StringEditor>
11    <ppe:ReferenceDialog property="UML:TypedElement:type"
12        input="{Binding}"></ppe:ReferenceDialog>
13    <Composite>
14        <Composite.layout>
15            <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
16        </Composite.layout>
17        <ppe:EnumCombo property="UML:NamedElement:visibility"
18            input="{Binding}"></ppe:EnumCombo>
19        <ppe:BooleanRadio input="{Binding}"
20            property="ModelicaML:ModelicaCompositeConstructs:InstanceOfAClass:replaceable"></ppe:BooleanRadio>
21        <ppe:BooleanRadio input="{Binding}"
22            property="ModelicaML:ModelicaCompositeConstructs:InstanceOfAClass:final"></ppe:BooleanRadio>
23    </Composite>
24</Composite>
Note: See TracBrowser for help on using the repository browser.