source: trunk/modelicaml/org.openmodelica.modelicaml.properties/Model/ui/MultipleSimulation.xwt @ 1895

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

MIG: Migration to Eclipse 3.8 Juno and Papyrus 0.9

File size: 720 bytes
RevLine 
[1348]1<?xml version="1.0" encoding="UTF-8"?>
2<Composite xmlns:x="http://www.eclipse.org/xwt"
[1607]3    xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
[1348]4    xmlns="http://www.eclipse.org/xwt/presentation" xmlns:j="clr-namespace:java.lang"
[1607]5    xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets">
[1348]6    <Composite.layout>
7        <ppel:PropertiesLayout></ppel:PropertiesLayout>
8    </Composite.layout>
9    <Composite>
10        <Composite.layout>
11            <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
12        </Composite.layout>
13        <ppe:IntegerEditor input="{Binding}"
14            property="ModelicaML:ModelicaSimulationConstructs:Simulation:numberOfIntervals"></ppe:IntegerEditor>
15    </Composite>
16</Composite>
Note: See TracBrowser for help on using the repository browser.