public class M2EUIPluginActivator
extends org.eclipse.ui.plugin.AbstractUIPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_ID |
static String |
PROP_SHOW_EXPERIMENTAL_FEATURES |
| Constructor and Description |
|---|
M2EUIPluginActivator() |
| Modifier and Type | Method and Description |
|---|---|
static M2EUIPluginActivator |
getDefault() |
static org.eclipse.swt.graphics.Image |
getImage(String path)
Returns an Image for the file at the given relative path.
|
static org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(String path) |
IMavenDiscoveryUI |
getImportWizardPageFactory() |
MavenConsoleImpl |
getMavenConsole() |
IMavenDiscovery |
getMavenDiscovery() |
org.eclipse.jface.preference.IPreferenceStore |
getPreferenceStore() |
SearchEngine |
getSearchEngine(org.eclipse.core.resources.IProject project) |
boolean |
hasMavenConsoleImpl() |
static boolean |
showExperimentalFeatures() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
void |
ungetMavenDiscovery(IMavenDiscovery discovery) |
createImageRegistry, getDialogSettings, getImageRegistry, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startuppublic static final String PLUGIN_ID
public static final String PROP_SHOW_EXPERIMENTAL_FEATURES
public org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
getPreferenceStore in class org.eclipse.ui.plugin.AbstractUIPluginpublic void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic static M2EUIPluginActivator getDefault()
public static org.eclipse.swt.graphics.Image getImage(String path)
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String path)
public MavenConsoleImpl getMavenConsole()
public boolean hasMavenConsoleImpl()
public SearchEngine getSearchEngine(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic IMavenDiscovery getMavenDiscovery()
public void ungetMavenDiscovery(IMavenDiscovery discovery)
discovery - public IMavenDiscoveryUI getImportWizardPageFactory()
public static boolean showExperimentalFeatures()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.