|
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.MenuPane" |
|
15 category="Menu" |
|
16 instanceNameRoot="menuPane" |
|
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="CEikMenuPane" classHelpTopic="" |
|
25 resourceType="MENU_PANE" resourceHelpTopic="" /> |
|
26 |
|
27 <designerImages smallIconFile="MenuPane_sm.png" largeIconFile="MenuPane.png"/> |
|
28 |
|
29 <attributes> |
|
30 <attribute key="layout-type">ordered</attribute> |
|
31 <attribute key="ordered-layout-type">vertical-row</attribute> |
|
32 <attribute key="never-add-component">true</attribute> |
|
33 <attribute key="is-non-resizable-or-moveable-layout-object">true</attribute> |
|
34 </attributes> |
|
35 |
|
36 |
|
37 <implementations> |
|
38 <implementation> |
|
39 <interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/> |
|
40 <interface id="com.nokia.sdt.datamodel.adapter.ILayout"/> |
|
41 <interface id="com.nokia.sdt.editor.IComponentEditor"/> |
|
42 <code class="com.nokia.sdt.series60.component.menu.MenuPaneImplFactory"/> |
|
43 </implementation> |
|
44 <implementation> |
|
45 <!-- broken out to allow independent overriding --> |
|
46 <interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment"/> |
|
47 <code class="com.nokia.sdt.series60.component.menu.MenuPaneImplFactory"/> |
|
48 </implementation> |
|
49 </implementations> |
|
50 |
|
51 <sourceMapping> |
|
52 <mapResource struct="MENU_PANE" headers="uikon.rh eikon.rh"> |
|
53 <mapArrayMember property="." member="items"/> |
|
54 </mapResource> |
|
55 </sourceMapping> |
|
56 |
|
57 </component> |
|
58 </componentDefinition> |