Since: 0.0.1
Description: This extension point is used to register Hyades analyzer extensions.
Configuration Markup:
<!ELEMENT extension (analyzerExtension*)>
<!ATTLIST extension
point CDATA #REQUIRED
name CDATA #IMPLIED
id CDATA #IMPLIED
>
<!ELEMENT analyzerExtension EMPTY>
<!ATTLIST analyzerExtension
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED
extension CDATA #REQUIRED
icon CDATA #IMPLIED
type CDATA #IMPLIED
description CDATA #IMPLIED
>
<extension point="org.eclipse.hyades.ui.analyzerExtensions">
<analyzerExtension
id="analyzerExtension1"
name="Basic analyzer extension for all trace types"
class="com.samples1.editor.EditorExtension1"
extension="trace"
description="Allows the user to analyze statistical trace information"/>
<analyzerExtension
id="analyzerExtension2"
name="%analyzerExtension2Name"
class="com.samples1.analyzer.AnalyzerExtension2"
extension="trace"
type="Logging"
icon="icons/icon2.gif"
description="%analizerExtension2Description">
</editorExtension>
</extension>
API Information: All Hyades analyzer extensions' classes are instances of org.eclipse.jface.action.IAction.
Supplied Implementation: The Hyades framework itself has a number of pre-defined analyzer extensions. Particular product installs may include additional analyzer extensions as required.
Copyright (c) 2003 Hyades project.
All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html