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, startup
public 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.AbstractUIPlugin
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public 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.CoreException
public IMavenDiscovery getMavenDiscovery()
public void ungetMavenDiscovery(IMavenDiscovery discovery)
discovery
- public IMavenDiscoveryUI getImportWizardPageFactory()
public static boolean showExperimentalFeatures()
Copyright © 2005–2018 Eclipse Foundation. All rights reserved.