2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
3 |
<!-- All rights reserved. -->
|
|
4 |
<!-- This component and the accompanying materials are made available -->
|
|
5 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
6 |
<!-- which accompanies this distribution, and is available -->
|
|
7 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
8 |
|
|
9 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
10 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
11 |
|
|
12 |
<component baseComponent="com.nokia.sdt.series60.MenuBase"
|
|
13 |
friendlyName="%friendlyName"
|
|
14 |
qualifiedName="com.nokia.sdt.series60.MenuBar"
|
|
15 |
category="Menu"
|
|
16 |
instanceNameRoot="menuBar"
|
|
17 |
version="1.0">
|
|
18 |
|
|
19 |
<documentation>
|
|
20 |
<information>%information</information>
|
|
21 |
</documentation>
|
|
22 |
|
|
23 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"
|
|
24 |
className="CEikMenuBar" classHelpTopic=""
|
|
25 |
resourceType="MENU_BAR" resourceHelpTopic="" />
|
|
26 |
|
|
27 |
<designerImages smallIconFile="MenuBar_sm.png" largeIconFile="MenuBar.png"/>
|
|
28 |
|
|
29 |
<attributes>
|
|
30 |
<attribute key="is-non-layout-object">true</attribute>
|
|
31 |
<attribute key="is-transient-object">true</attribute>
|
|
32 |
<attribute key="layout-type">ordered</attribute>
|
|
33 |
<attribute key="is-system-component">true</attribute>
|
|
34 |
</attributes>
|
|
35 |
|
|
36 |
<implementations>
|
|
37 |
<implementation>
|
|
38 |
<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
|
|
39 |
<interface id="com.nokia.sdt.datamodel.adapter.ILayout"/>
|
|
40 |
<interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment"/>
|
|
41 |
<interface id="com.nokia.sdt.editor.IComponentEditor"/>
|
|
42 |
<code class="com.nokia.sdt.series60.component.menu.MenuBarImplFactory"/>
|
|
43 |
</implementation>
|
|
44 |
</implementations>
|
|
45 |
|
|
46 |
<sourceMapping>
|
|
47 |
<mapResource struct="MENU_BAR" headers="uikon.rh eikon.rh">
|
|
48 |
<mapArrayMember property="." member="titles">
|
|
49 |
<mapResourceElement struct="MENU_TITLE" headers="uikon.rh eikon.rh">
|
|
50 |
<mapResourceMember property="." member="menu_pane"/>
|
|
51 |
</mapResourceElement>
|
|
52 |
</mapArrayMember>
|
|
53 |
</mapResource>
|
|
54 |
</sourceMapping>
|
|
55 |
|
|
56 |
</component>
|
|
57 |
</componentDefinition>
|