source: trunk/modelicaml/org.openmodelica.modelicaml.properties/Model/ui/SingleModelPackage.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: 726 bytes
RevLine 
[1348]1<?xml version="1.0" encoding="UTF-8"?>
2<Composite xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
3    xmlns:j="clr-namespace:java.lang" xmlns="http://www.eclipse.org/xwt/presentation"
4    xmlns:uml="clr-namespace:org.eclipse.papyrus.properties.uml.widgets"
5    xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets"
6    xmlns:x="http://www.eclipse.org/xwt">
7    <Composite.layout>
8        <ppel:PropertiesLayout></ppel:PropertiesLayout>
9    </Composite.layout>
10    <Composite>
11        <Composite.layout>
12            <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
13        </Composite.layout>
14        <ppe:StringEditor input="{Binding}" property="UML:NamedElement:name"></ppe:StringEditor>
15    </Composite>
16</Composite>
Note: See TracBrowser for help on using the repository browser.