source: trunk/modelicaml/org.openmodelica.modelicaml.properties/Model/ui/SingleValueMediatorsContainer.xwt @ 1361

Last change on this file since 1361 was 1361, checked in by wschamai, 13 years ago
  • Bugfix for value mediators container
  • Enhancements of for OpaqueBehavior? Section
File size: 693 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Composite xmlns="http://www.eclipse.org/xwt/presentation"
3    xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang"
4    xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
5    xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets">
6    <Composite.layout>
7        <ppel:PropertiesLayout></ppel:PropertiesLayout>
8    </Composite.layout>
9    <Composite text="General">
10        <Composite.layout>
11            <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
12        </Composite.layout>
13        <ppe:StringEditor input="{Binding}" property="UML:NamedElement:name"
14            customLabel="Name"></ppe:StringEditor>
15    </Composite>
16</Composite>
Note: See TracBrowser for help on using the repository browser.