uidesigner/com.nokia.sdt.test.componentlibrary/components/testing/renderer.component
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
<!-- All rights reserved. -->
<!-- This component and the accompanying materials are made available -->
<!-- under the terms of the License "Eclipse Public License v1.0" -->
<!-- which accompanies this distribution, and is available -->
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component baseComponent="com.nokia.examples.baseComponent"
friendlyName="Rendering Test" qualifiedName="com.nokia.examples.renderTest"
category="Testing" version="1.0">
<documentation>
<information>
Rendering test component
</information>
</documentation>
<designerImages smallIconFile="test-image.bmp" largeIconFile="test-image.bmp" layoutImageFile="test-image.bmp"/>
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"
classHelpTopic="org.eclipse.ui.property_sheet_page_help_context"
/>
<attributes>
<attribute key="is-layout-object">true</attribute>
</attributes>
<properties>
<property category="Rendering" displayName="Appearance" name="appearance" type="integer"/>
<property category="Rendering" displayName="Rendering value" name="value" type="integer"/>
<!-- later this should be an enum -->
</properties>
<implementations>
<implementation>
<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
<script file="render_visual.js"
prototype="Visual"/>
</implementation>
</implementations>
</component>
</componentDefinition>