uidesigner/com.nokia.sdt.symbian.ui/plugin.xml
author fturovic <frank.turovich@nokia.com>
Fri, 24 Apr 2009 10:27:26 -0500
branchRCL_2_0
changeset 123 fe3e9d40f073
parent 2 d760517a8095
permissions -rw-r--r--
added final bugs fixed for 2.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
   <extension
cawthron
parents:
diff changeset
     5
         point="org.eclipse.ui.editors">
cawthron
parents:
diff changeset
     6
      <editor
cawthron
parents:
diff changeset
     7
            name="%AppEditorName"
cawthron
parents:
diff changeset
     8
            default="true"
cawthron
parents:
diff changeset
     9
            icon="icons/UI_designer.png"
cawthron
parents:
diff changeset
    10
            contributorClass="com.nokia.sdt.symbian.ui.appeditor.ApplicationEditorContributor"
cawthron
parents:
diff changeset
    11
            class="com.nokia.sdt.symbian.ui.appeditor.ApplicationEditor"
cawthron
parents:
diff changeset
    12
            id="com.nokia.sdt.symbian.ui.appeditor.ApplicationEditor">
cawthron
parents:
diff changeset
    13
          <contentTypeBinding contentTypeId="com.nokia.sdt.uimodel.carbideAppModel"/>
cawthron
parents:
diff changeset
    14
       </editor>
cawthron
parents:
diff changeset
    15
   </extension>
cawthron
parents:
diff changeset
    16
   <extension
cawthron
parents:
diff changeset
    17
         point="org.eclipse.ui.decorators">
cawthron
parents:
diff changeset
    18
      <decorator
cawthron
parents:
diff changeset
    19
         id="com.nokia.sdt.symbian.ui.avkonViewDecorator"
cawthron
parents:
diff changeset
    20
         label="%AvkonViewDecorator"
cawthron
parents:
diff changeset
    21
         lightweight="true"
cawthron
parents:
diff changeset
    22
         icon="icons/avkonViewDecorator.gif"
cawthron
parents:
diff changeset
    23
         location="BOTTOM_LEFT"
cawthron
parents:
diff changeset
    24
         state="true">
cawthron
parents:
diff changeset
    25
         <description>%AvkonDecoratorDescription</description>
cawthron
parents:
diff changeset
    26
         <enablement>
cawthron
parents:
diff changeset
    27
         	<and>
cawthron
parents:
diff changeset
    28
	         	<objectClass name="com.nokia.sdt.symbian.ui.appeditor.ViewModelEntry"/>
cawthron
parents:
diff changeset
    29
         		<objectState name="isAvkonView" value="true"/>
cawthron
parents:
diff changeset
    30
         	</and>
cawthron
parents:
diff changeset
    31
         </enablement>
cawthron
parents:
diff changeset
    32
       </decorator>
cawthron
parents:
diff changeset
    33
   </extension>
cawthron
parents:
diff changeset
    34
   <extension
cawthron
parents:
diff changeset
    35
         point="org.eclipse.ui.popupMenus">
cawthron
parents:
diff changeset
    36
      <objectContribution
cawthron
parents:
diff changeset
    37
            adaptable="true"
cawthron
parents:
diff changeset
    38
            objectClass="org.eclipse.core.resources.IProject"
cawthron
parents:
diff changeset
    39
            nameFilter="*"
cawthron
parents:
diff changeset
    40
            id="com.nokia.sdt.symbian.ui.editApplication">
cawthron
parents:
diff changeset
    41
         <action
cawthron
parents:
diff changeset
    42
               class="com.nokia.sdt.symbian.ui.appeditor.EditApplicationAction"
cawthron
parents:
diff changeset
    43
               enablesFor="1"
cawthron
parents:
diff changeset
    44
               icon="icons/UI_designer.png"
cawthron
parents:
diff changeset
    45
               id="com.nokia.sdt.symbian.ui.editApplicationAction"
cawthron
parents:
diff changeset
    46
               label="%editApplication"
cawthron
parents:
diff changeset
    47
               menubarPath="additions">
cawthron
parents:
diff changeset
    48
         </action>
cawthron
parents:
diff changeset
    49
        <filter
cawthron
parents:
diff changeset
    50
               name="projectSessionProperty"
cawthron
parents:
diff changeset
    51
               value="com.nokia.sdt.symbian.IS_UIDESIGNER_PROJECT"/>
cawthron
parents:
diff changeset
    52
       </objectContribution>
cawthron
parents:
diff changeset
    53
  	</extension>
cawthron
parents:
diff changeset
    54
   <extension
cawthron
parents:
diff changeset
    55
         point="com.nokia.sdt.uidesigner.editorExtender">
cawthron
parents:
diff changeset
    56
      <extender
cawthron
parents:
diff changeset
    57
            class="com.nokia.sdt.symbian.ui.appeditor.S60ApplicationEditorExtender"
cawthron
parents:
diff changeset
    58
            editorIdFilter="com.nokia.sdt.symbian.ui.appeditor.ApplicationEditor">
cawthron
parents:
diff changeset
    59
      </extender>
cawthron
parents:
diff changeset
    60
   </extension>
cawthron
parents:
diff changeset
    61
   <extension
cawthron
parents:
diff changeset
    62
         point="com.nokia.sdt.uidesigner.editorExtender">
cawthron
parents:
diff changeset
    63
      <extender
cawthron
parents:
diff changeset
    64
            class="com.nokia.sdt.symbian.ui.appeditor.UIQApplicationEditorExtender"
cawthron
parents:
diff changeset
    65
            editorIdFilter="com.nokia.sdt.symbian.ui.appeditor.ApplicationEditor">
cawthron
parents:
diff changeset
    66
      </extender>
cawthron
parents:
diff changeset
    67
   </extension>
cawthron
parents:
diff changeset
    68
</plugin>