uidesigner/com.nokia.sdt.series60.componentlibrary/components/menu/MenuBase.component
equal
deleted
inserted
replaced
|
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 <!-- This component is the abstract base component for |
|
13 all Series 60 menu components |
|
14 --> |
|
15 |
|
16 <component |
|
17 friendlyName="" |
|
18 qualifiedName="com.nokia.sdt.series60.MenuBase" |
|
19 abstract="true" |
|
20 version="1.0"> |
|
21 <symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/> |
|
22 |
|
23 <attributes> |
|
24 <attribute key="is-layout-object">true</attribute> |
|
25 <attribute key="is-layout-container">true</attribute> |
|
26 <attribute key="no-transient-child-clipping">true</attribute> |
|
27 <attribute key="is-non-resizable-or-moveable-layout-object">true</attribute> |
|
28 </attributes> |
|
29 |
|
30 <properties> |
|
31 <property category="Design" name="name" displayName="%name" type="uniqueName" |
|
32 descriptionKey="nameDescription" /> |
|
33 <compoundProperty category="Hidden" name="location" type="com.nokia.sdt.series60.locationProperty" |
|
34 editorClass="com.nokia.sdt.symbian.ui.editors.ReadOnlySummaryEditorFactory"/> |
|
35 <compoundProperty category="Hidden" name="size" type="com.nokia.sdt.series60.sizeProperty" |
|
36 editorClass="com.nokia.sdt.symbian.ui.editors.ReadOnlySummaryEditorFactory"/> |
|
37 </properties> |
|
38 </component> |
|
39 </componentDefinition> |