blob: c154f059ca9fcc61b76924b9ef3911fa0bdd19a9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 05:48:09 EDT 2015 -->
<title>EMFCompareRCPUIPlugin (EMF Compare API Specification)</title>
<meta name="date" content="2015-06-08">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EMFCompareRCPUIPlugin (EMF Compare API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EMFCompareRCPUIPlugin.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><span style='font-size:small'><b>EMF Compare</b><br>3.2.0.201506080946</span></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html" target="_top">Frames</a></li>
<li><a href="EMFCompareRCPUIPlugin.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.emf.compare.rcp.ui</div>
<h2 title="Class EMFCompareRCPUIPlugin" class="title">Class EMFCompareRCPUIPlugin</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">org.eclipse.core.runtime.Plugin</a></li>
<li>
<ul class="inheritance">
<li><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true" title="class or interface in org.eclipse.ui.plugin">org.eclipse.ui.plugin.AbstractUIPlugin</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleActivator.html?is-external=true" title="class or interface in org.osgi.framework">BundleActivator</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">EMFCompareRCPUIPlugin</span>
extends <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true" title="class or interface in org.eclipse.ui.plugin">AbstractUIPlugin</a></pre>
<div class="block">The activator class controls the plug-in life cycle.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>3.0</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#ACCESSOR_FACTORY_PPID">ACCESSOR_FACTORY_PPID</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#DIFFERENCE_GROUP_EXTENDER_PPID">DIFFERENCE_GROUP_EXTENDER_PPID</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#FILTER_PROVIDER_PPID">FILTER_PROVIDER_PPID</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#GROUP_PROVIDER_PPID">GROUP_PROVIDER_PPID</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.log4j.Logger</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#LOGGER">LOGGER</a></strong></code>
<div class="block">Log4j logger to use throughout EMFCompare for logging purposes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#PLUGIN_ID">PLUGIN_ID</a></strong></code>
<div class="block">The plug-in ID.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.eclipse.core.runtime.Plugin">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.core.runtime.<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">Plugin</a></h3>
<code><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#PLUGIN_PREFERENCE_SCOPE" title="class or interface in org.eclipse.core.runtime">PLUGIN_PREFERENCE_SCOPE</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME" title="class or interface in org.eclipse.core.runtime">PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME" title="class or interface in org.eclipse.core.runtime">PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#EMFCompareRCPUIPlugin()">EMFCompareRCPUIPlugin</a></strong>()</code>
<div class="block">The constructor.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#disposeCachedImages()">disposeCachedImages</a></strong>()</code>
<div class="block">dispose system resources associated with cached images.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#disposeImage(java.lang.String)">disposeImage</a></strong>(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</code>
<div class="block">Dispose image with the given id.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/contentmergeviewer/accessor/factory/IAccessorFactory.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory">IAccessorFactory.Registry</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getAccessorFactoryRegistry()">getAccessorFactoryRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html" title="class in org.eclipse.emf.compare.rcp.ui">EMFCompareRCPUIPlugin</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getDefault()">getDefault</a></strong>()</code>
<div class="block">Returns the shared instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/structuremergeviewer/filters/impl/DifferenceFilterManager.html" title="class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl">DifferenceFilterManager</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getDifferenceFilterManager()">getDifferenceFilterManager</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/filters/IDifferenceFilter.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.filters">IDifferenceFilter.Registry</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getDifferenceFilterRegistry()">getDifferenceFilterRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/groups/extender/IDifferenceGroupExtender.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.extender">IDifferenceGroupExtender.Registry</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getDifferenceGroupExtenderRegistry()">getDifferenceGroupExtenderRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/groups/IDifferenceGroupProvider.Descriptor.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups">IDifferenceGroupProvider.Descriptor.Registry</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getDifferenceGroupProviderRegistry()">getDifferenceGroupProviderRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/configuration/IEMFCompareConfiguration.html" title="interface in org.eclipse.emf.compare.rcp.ui.internal.configuration">IEMFCompareConfiguration</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getEMFCompareConfiguration()">getEMFCompareConfiguration</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.osgi.service.prefs.Preferences</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getEMFCompareUIPreferences()">getEMFCompareUIPreferences</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/graphics/Image.html?is-external=true" title="class or interface in org.eclipse.swt.graphics">Image</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getImage(java.lang.String)">getImage</a></strong>(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;imagePath)</code>
<div class="block">
returns a plugin image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/resource/ImageDescriptor.html?is-external=true" title="class or interface in org.eclipse.jface.resource">ImageDescriptor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getImageDescriptor(java.lang.String)">getImageDescriptor</a></strong>(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;imagePath)</code>
<div class="block">
returns a plugin image descriptor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/compare/rcp/internal/extension/IItemRegistry.html" title="interface in org.eclipse.emf.compare.rcp.internal.extension">IItemRegistry</a>&lt;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/groups/IDifferenceGroupProvider.Descriptor.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups">IDifferenceGroupProvider.Descriptor</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getItemDifferenceGroupProviderRegistry()">getItemDifferenceGroupProviderRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/configuration/ui/IConfigurationUIFactory.html" title="interface in org.eclipse.emf.compare.rcp.ui.internal.configuration.ui">IConfigurationUIFactory</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#getMatchEngineConfiguratorRegistry()">getMatchEngineConfiguratorRegistry</a></strong>()</code>
<div class="block">Get the Match Engine Configurator Registry</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#log(int,%20java.lang.String)">log</a></strong>(int&nbsp;severity,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</code>
<div class="block">Log the given message with the give severity level.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#log(java.lang.Throwable)">log</a></strong>(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;e)</code>
<div class="block">Log an <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code>Exception</code></a> in the <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getLog()" title="class or interface in org.eclipse.core.runtime"><code>current logger</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#setEMFCompareConfiguration(org.eclipse.emf.compare.rcp.ui.internal.configuration.IEMFCompareConfiguration)">setEMFCompareConfiguration</a></strong>(<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/configuration/IEMFCompareConfiguration.html" title="interface in org.eclipse.emf.compare.rcp.ui.internal.configuration">IEMFCompareConfiguration</a>&nbsp;compareConfiguration)</code>
<div class="block">Set the compare configuration object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#start(org.osgi.framework.BundleContext)">start</a></strong>(<a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleContext.html?is-external=true" title="class or interface in org.osgi.framework">BundleContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html#stop(org.osgi.framework.BundleContext)">stop</a></strong>(<a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleContext.html?is-external=true" title="class or interface in org.osgi.framework">BundleContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.ui.plugin.AbstractUIPlugin">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.ui.plugin.<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true" title="class or interface in org.eclipse.ui.plugin">AbstractUIPlugin</a></h3>
<code><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#createImageRegistry()" title="class or interface in org.eclipse.ui.plugin">createImageRegistry</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#getDialogSettings()" title="class or interface in org.eclipse.ui.plugin">getDialogSettings</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#getImageRegistry()" title="class or interface in org.eclipse.ui.plugin">getImageRegistry</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#getPreferenceStore()" title="class or interface in org.eclipse.ui.plugin">getPreferenceStore</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#getWorkbench()" title="class or interface in org.eclipse.ui.plugin">getWorkbench</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#imageDescriptorFromPlugin(java.lang.String,%20java.lang.String)" title="class or interface in org.eclipse.ui.plugin">imageDescriptorFromPlugin</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#initializeDefaultPluginPreferences()" title="class or interface in org.eclipse.ui.plugin">initializeDefaultPluginPreferences</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#initializeDefaultPreferences(org.eclipse.jface.preference.IPreferenceStore)" title="class or interface in org.eclipse.ui.plugin">initializeDefaultPreferences</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry)" title="class or interface in org.eclipse.ui.plugin">initializeImageRegistry</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#loadDialogSettings()" title="class or interface in org.eclipse.ui.plugin">loadDialogSettings</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#loadPreferenceStore()" title="class or interface in org.eclipse.ui.plugin">loadPreferenceStore</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#refreshPluginActions()" title="class or interface in org.eclipse.ui.plugin">refreshPluginActions</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#saveDialogSettings()" title="class or interface in org.eclipse.ui.plugin">saveDialogSettings</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#savePreferenceStore()" title="class or interface in org.eclipse.ui.plugin">savePreferenceStore</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#shutdown()" title="class or interface in org.eclipse.ui.plugin">shutdown</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#startup()" title="class or interface in org.eclipse.ui.plugin">startup</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.core.runtime.Plugin">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.core.runtime.<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">Plugin</a></h3>
<code><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#find(org.eclipse.core.runtime.IPath)" title="class or interface in org.eclipse.core.runtime">find</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#find(org.eclipse.core.runtime.IPath,%20java.util.Map)" title="class or interface in org.eclipse.core.runtime">find</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getBundle()" title="class or interface in org.eclipse.core.runtime">getBundle</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getDescriptor()" title="class or interface in org.eclipse.core.runtime">getDescriptor</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getLog()" title="class or interface in org.eclipse.core.runtime">getLog</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getPluginPreferences()" title="class or interface in org.eclipse.core.runtime">getPluginPreferences</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getStateLocation()" title="class or interface in org.eclipse.core.runtime">getStateLocation</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#internalInitializeDefaultPluginPreferences()" title="class or interface in org.eclipse.core.runtime">internalInitializeDefaultPluginPreferences</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#isDebugging()" title="class or interface in org.eclipse.core.runtime">isDebugging</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#openStream(org.eclipse.core.runtime.IPath)" title="class or interface in org.eclipse.core.runtime">openStream</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#openStream(org.eclipse.core.runtime.IPath,%20boolean)" title="class or interface in org.eclipse.core.runtime">openStream</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#savePluginPreferences()" title="class or interface in org.eclipse.core.runtime">savePluginPreferences</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#setDebugging(boolean)" title="class or interface in org.eclipse.core.runtime">setDebugging</a>, <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#toString()" title="class or interface in org.eclipse.core.runtime">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="LOGGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOGGER</h4>
<pre>public static final&nbsp;org.apache.log4j.Logger LOGGER</pre>
<div class="block">Log4j logger to use throughout EMFCompare for logging purposes.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>4.1</dd></dl>
</li>
</ul>
<a name="PLUGIN_ID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLUGIN_ID</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PLUGIN_ID</pre>
<div class="block">The plug-in ID.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin.PLUGIN_ID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GROUP_PROVIDER_PPID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GROUP_PROVIDER_PPID</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GROUP_PROVIDER_PPID</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin.GROUP_PROVIDER_PPID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FILTER_PROVIDER_PPID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FILTER_PROVIDER_PPID</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FILTER_PROVIDER_PPID</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin.FILTER_PROVIDER_PPID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ACCESSOR_FACTORY_PPID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACCESSOR_FACTORY_PPID</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ACCESSOR_FACTORY_PPID</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin.ACCESSOR_FACTORY_PPID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DIFFERENCE_GROUP_EXTENDER_PPID">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DIFFERENCE_GROUP_EXTENDER_PPID</h4>
<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DIFFERENCE_GROUP_EXTENDER_PPID</pre>
<dl><dt><span class="strong">Since:</span></dt>
<dd>4.0</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin.DIFFERENCE_GROUP_EXTENDER_PPID">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EMFCompareRCPUIPlugin()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EMFCompareRCPUIPlugin</h4>
<pre>public&nbsp;EMFCompareRCPUIPlugin()</pre>
<div class="block">The constructor.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="start(org.osgi.framework.BundleContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre>public&nbsp;void&nbsp;start(<a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleContext.html?is-external=true" title="class or interface in org.osgi.framework">BundleContext</a>&nbsp;context)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleActivator.html?is-external=true#start(org.osgi.framework.BundleContext)" title="class or interface in org.osgi.framework">start</a></code>&nbsp;in interface&nbsp;<code><a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleActivator.html?is-external=true" title="class or interface in org.osgi.framework">BundleActivator</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#start(org.osgi.framework.BundleContext)" title="class or interface in org.eclipse.ui.plugin">start</a></code>&nbsp;in class&nbsp;<code><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true" title="class or interface in org.eclipse.ui.plugin">AbstractUIPlugin</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="stop(org.osgi.framework.BundleContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>public&nbsp;void&nbsp;stop(<a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleContext.html?is-external=true" title="class or interface in org.osgi.framework">BundleContext</a>&nbsp;context)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleActivator.html?is-external=true#stop(org.osgi.framework.BundleContext)" title="class or interface in org.osgi.framework">stop</a></code>&nbsp;in interface&nbsp;<code><a href="http://www.osgi.org/javadoc/r5/core/org/osgi/framework/BundleActivator.html?is-external=true" title="class or interface in org.osgi.framework">BundleActivator</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true#stop(org.osgi.framework.BundleContext)" title="class or interface in org.eclipse.ui.plugin">stop</a></code>&nbsp;in class&nbsp;<code><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html?is-external=true" title="class or interface in org.eclipse.ui.plugin">AbstractUIPlugin</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="getDefault()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefault</h4>
<pre>public static&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html" title="class in org.eclipse.emf.compare.rcp.ui">EMFCompareRCPUIPlugin</a>&nbsp;getDefault()</pre>
<div class="block">Returns the shared instance.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the shared instance</dd></dl>
</li>
</ul>
<a name="log(java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public&nbsp;void&nbsp;log(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;e)</pre>
<div class="block">Log an <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code>Exception</code></a> in the <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getLog()" title="class or interface in org.eclipse.core.runtime"><code>current logger</code></a>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>e</code> - the exception to be logged.</dd></dl>
</li>
</ul>
<a name="log(int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public&nbsp;void&nbsp;log(int&nbsp;severity,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</pre>
<div class="block">Log the given message with the give severity level. Severity is one of <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IStatus.html?is-external=true#INFO" title="class or interface in org.eclipse.core.runtime"><code>IStatus.INFO</code></a>,
<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IStatus.html?is-external=true#WARNING" title="class or interface in org.eclipse.core.runtime"><code>IStatus.WARNING</code></a> and <a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IStatus.html?is-external=true#ERROR" title="class or interface in org.eclipse.core.runtime"><code>IStatus.ERROR</code></a>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>severity</code> - the severity of the message</dd><dd><code>message</code> - the message</dd></dl>
</li>
</ul>
<a name="getDifferenceGroupProviderRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDifferenceGroupProviderRegistry</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/groups/IDifferenceGroupProvider.Descriptor.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups">IDifferenceGroupProvider.Descriptor.Registry</a>&nbsp;getDifferenceGroupProviderRegistry()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the groupProviderRegistry</dd><dt><span class="strong">Since:</span></dt>
<dd>4.0</dd></dl>
</li>
</ul>
<a name="getItemDifferenceGroupProviderRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getItemDifferenceGroupProviderRegistry</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/internal/extension/IItemRegistry.html" title="interface in org.eclipse.emf.compare.rcp.internal.extension">IItemRegistry</a>&lt;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/groups/IDifferenceGroupProvider.Descriptor.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups">IDifferenceGroupProvider.Descriptor</a>&gt;&nbsp;getItemDifferenceGroupProviderRegistry()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the item registry for group providers.</dd><dt><span class="strong">Since:</span></dt>
<dd>4.0</dd></dl>
</li>
</ul>
<a name="getDifferenceFilterRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDifferenceFilterRegistry</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/filters/IDifferenceFilter.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.filters">IDifferenceFilter.Registry</a>&nbsp;getDifferenceFilterRegistry()</pre>
<dl><dt><span class="strong">Since:</span></dt>
<dd>4.0</dd></dl>
</li>
</ul>
<a name="getDifferenceFilterManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDifferenceFilterManager</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/structuremergeviewer/filters/impl/DifferenceFilterManager.html" title="class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl">DifferenceFilterManager</a>&nbsp;getDifferenceFilterManager()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>The Difference Filter manager.</dd><dt><span class="strong">Since:</span></dt>
<dd>4.0</dd></dl>
</li>
</ul>
<a name="getAccessorFactoryRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAccessorFactoryRegistry</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/contentmergeviewer/accessor/factory/IAccessorFactory.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory">IAccessorFactory.Registry</a>&nbsp;getAccessorFactoryRegistry()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the registry</dd></dl>
</li>
</ul>
<a name="getDifferenceGroupExtenderRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDifferenceGroupExtenderRegistry</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/structuremergeviewer/groups/extender/IDifferenceGroupExtender.Registry.html" title="interface in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.extender">IDifferenceGroupExtender.Registry</a>&nbsp;getDifferenceGroupExtenderRegistry()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the sub tree registry</dd><dt><span class="strong">Since:</span></dt>
<dd>4.0</dd></dl>
</li>
</ul>
<a name="getImage(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImage</h4>
<pre>public static&nbsp;<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/graphics/Image.html?is-external=true" title="class or interface in org.eclipse.swt.graphics">Image</a>&nbsp;getImage(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;imagePath)</pre>
<div class="block"><p>
returns a plugin image. The returned image does not need to be explicitly disposed.
</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>imagePath</code> - : plugin relative path to the image</dd>
<dt><span class="strong">Returns:</span></dt><dd>Image : plugin hosted image</dd></dl>
</li>
</ul>
<a name="getImageDescriptor(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImageDescriptor</h4>
<pre>public static&nbsp;<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/resource/ImageDescriptor.html?is-external=true" title="class or interface in org.eclipse.jface.resource">ImageDescriptor</a>&nbsp;getImageDescriptor(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;imagePath)</pre>
<div class="block"><p>
returns a plugin image descriptor.
</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>imagePath</code> - : plugin relative path to the image</dd>
<dt><span class="strong">Returns:</span></dt><dd>ImageDescriptor : image descriptor.</dd></dl>
</li>
</ul>
<a name="disposeImage(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disposeImage</h4>
<pre>public static&nbsp;void&nbsp;disposeImage(<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
<div class="block">Dispose image with the given id.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - : dispose system resources associated with the image with the given id.</dd></dl>
</li>
</ul>
<a name="disposeCachedImages()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disposeCachedImages</h4>
<pre>public static&nbsp;void&nbsp;disposeCachedImages()</pre>
<div class="block">dispose system resources associated with cached images.</div>
</li>
</ul>
<a name="getMatchEngineConfiguratorRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMatchEngineConfiguratorRegistry</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/configuration/ui/IConfigurationUIFactory.html" title="interface in org.eclipse.emf.compare.rcp.ui.internal.configuration.ui">IConfigurationUIFactory</a>&gt;&nbsp;getMatchEngineConfiguratorRegistry()</pre>
<div class="block">Get the Match Engine Configurator Registry</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>Map<String, IConfigurationUIFactory></dd><dt><span class="strong">Since:</span></dt>
<dd>4.0</dd></dl>
</li>
</ul>
<a name="getEMFCompareUIPreferences()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEMFCompareUIPreferences</h4>
<pre>public&nbsp;org.osgi.service.prefs.Preferences&nbsp;getEMFCompareUIPreferences()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the preferences related to EMF Compare RCP UI plugin.</dd></dl>
</li>
</ul>
<a name="getEMFCompareConfiguration()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEMFCompareConfiguration</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/configuration/IEMFCompareConfiguration.html" title="interface in org.eclipse.emf.compare.rcp.ui.internal.configuration">IEMFCompareConfiguration</a>&nbsp;getEMFCompareConfiguration()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the compare configuration object.</dd><dt><span class="strong">Since:</span></dt>
<dd>4.1</dd></dl>
</li>
</ul>
<a name="setEMFCompareConfiguration(org.eclipse.emf.compare.rcp.ui.internal.configuration.IEMFCompareConfiguration)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setEMFCompareConfiguration</h4>
<pre>public&nbsp;void&nbsp;setEMFCompareConfiguration(<a href="../../../../../../org/eclipse/emf/compare/rcp/ui/internal/configuration/IEMFCompareConfiguration.html" title="interface in org.eclipse.emf.compare.rcp.ui.internal.configuration">IEMFCompareConfiguration</a>&nbsp;compareConfiguration)</pre>
<div class="block">Set the compare configuration object.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>compareConfiguration</code> - the compare configuration object</dd><dt><span class="strong">Since:</span></dt>
<dd>4.1</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EMFCompareRCPUIPlugin.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><span style='font-size:small'><b>EMF Compare</b><br>3.2.0.201506080946</span></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/emf/compare/rcp/ui/EMFCompareRCPUIPlugin.html" target="_top">Frames</a></li>
<li><a href="EMFCompareRCPUIPlugin.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><br><span style='font-size:small;float:right'>Copyright (c) 2006, 2014 Obeo and others. All rights reserved.</span></small></p>
</body>
</html>