<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT editor EMPTY>
<!ATTLIST editor
id CDATA #REQUIRED
name CDATA #IMPLIED
class CDATA #REQUIRED
deviceClass CDATA #REQUIRED
>org.eclipse.ui.IActionDelegate
interface that will launch the edit function for the type of device.eclipseme.core.model.device.IDevice
interface implementation for which this particular editor will be used for editing.deviceeditor
named "UEI Device Editor":
<extension point="org.eclipse.mtj.ui.deviceeditor"> <editor class="org.eclipse.mtj.ui.DefaultDeviceEditorActionDelegate" deviceClass="org.eclipse.mtj.internal.toolkit.uei.UEIDevice" id="org.eclipse.mtj.toolkit.uei.editor" name="UEI Device Editor"/> </extension>
deviceeditor
E.P., available in the following plug-ins:
org.eclipse.mtj.toolkit.uei
org.eclipse.mtj.toolkit.mpowerplayer
org.eclipse.mtj.toolkit.microemu
Copyright (c) 2003,2009 Craig Setera and others.
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 http://www.eclipse.org/legal/epl-v10.html