source: trunk/modelicaml/org.openmodelica.modelicaml.properties/Model/ui/SingleAnnotation(SimulationExperiment).xwt

Last change on this file was 1607, checked in by wschamai, 12 years ago

MIG: Migration to Eclipse 3.8 Juno and Papyrus 0.9

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
3    xmlns="http://www.eclipse.org/xwt/presentation" xmlns:j="clr-namespace:java.lang"
4    xmlns:x="http://www.eclipse.org/xwt" xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout">
5    <Composite.layout>
6        <ppel:PropertiesLayout></ppel:PropertiesLayout>
7    </Composite.layout>
8    <Composite>
9        <Composite.layout>
10            <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
11        </Composite.layout>
12        <ppe:StringEditor input="{Binding}"
13            property="ModelicaML:ModelicaAnnotationConstructs:Annotation(SimulationExperiment):Tolerance"></ppe:StringEditor>
14        <ppe:StringEditor input="{Binding}"
15            property="ModelicaML:ModelicaAnnotationConstructs:Annotation(SimulationExperiment):StartTime"></ppe:StringEditor>
16        <ppe:StringEditor input="{Binding}"
17            property="ModelicaML:ModelicaAnnotationConstructs:Annotation(SimulationExperiment):StopTime"></ppe:StringEditor>
18    </Composite>
19</Composite>
Note: See TracBrowser for help on using the repository browser.