| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="org.eclipse.objectteams.otdt.ui" xmlns="http://www.w3.org/2001/XMLSchema"> |
| <annotation> |
| <appInfo> |
| <meta.schema plugin="org.eclipse.objectteams.otdt.ui" id="updateRulerActionExtenders" name="Update Ruler Action Extenders"/> |
| </appInfo> |
| <documentation> |
| This extension point allows to add an extender to the existing UpdateRulerActions. |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <annotation> |
| <appInfo> |
| <meta.element /> |
| </appInfo> |
| </annotation> |
| <complexType> |
| <sequence> |
| <element ref="extender"/> |
| </sequence> |
| <attribute name="point" type="string" use="required"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| <appInfo> |
| <meta.attribute translatable="true"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="extender"> |
| <annotation> |
| <documentation> |
| Specifies an extender that hooks into an existing update ruler action of the OTDTUI. |
| </documentation> |
| </annotation> |
| <complexType> |
| <attribute name="class" type="string" use="required"> |
| <annotation> |
| <documentation> |
| Instantiable class that implements <code>org.eclipse.objectteams.otdt.ui.IUpdateRulerActionExtender</code> |
| </documentation> |
| <appInfo> |
| <meta.attribute kind="java" basedOn=":org.eclipse.objectteams.otdt.ui.IUpdateRulerActionExtender"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| <attribute name="editorClass" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The fully qualified classname of the editor to which the current extension should be applied. |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="since"/> |
| </appInfo> |
| <documentation> |
| 0.7.0 (Incubation at Eclipse.org) |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="examples"/> |
| </appInfo> |
| <documentation> |
| Initial usage is by the <code>org.eclipse.objectteams.otdt.ui.help</code> plug-in. |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="apiinfo"/> |
| </appInfo> |
| <documentation> |
| Extensions must implement the interface <code>org.eclipse.objectteams.otdt.ui.IUpdateRulerActionExtender</code>. |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="implementation"/> |
| </appInfo> |
| <documentation> |
| None. |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="copyright"/> |
| </appInfo> |
| <documentation> |
| <em> |
| <p> |
| This file is part of "Object Teams Development Tooling"-Software |
| </p><p> |
| Copyright 2010 Stephan Herrmann. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v1.0 |
| which accompanies this distribution, and is available at |
| <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> |
| </p><p> |
| Please visit <a href="http://www.objectteams.org">www.objectteams.org</a> for updates and contact. |
| </p><p> |
| Contributors:<br> |
| Stephan Herrmann - Initial API and implementation |
| </p> |
| </em> |
| </documentation> |
| </annotation> |
| |
| </schema> |