Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 15ab16b5b55e017e7f32e8c20055c6682ba1f4dd (plain) (tree)



























                                                                                                                               
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns:j="clr-namespace:java.lang"
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
	xmlns:x="http://www.eclipse.org/xwt">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:StringEditor input="{Binding}" property="RobotML:System:libraryPath"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}"
			property="RobotML:System:libraryComponentName"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}" property="RobotML:Software:period"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}" property="RobotML:Software:priority"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}" property="RobotML:Software:deadline"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}" property="RobotML:Software:wcet"></ppe:StringEditor>
	</Composite>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:BooleanRadio input="{Binding}" property="RobotML:System:native"></ppe:BooleanRadio>
		<ppe:BooleanRadio input="{Binding}" property="RobotML:Software:isPeriodic"></ppe:BooleanRadio>
	</Composite>
</Composite>

Back to the top