public class MvnIndexPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
| Constructor and Description |
|---|
MvnIndexPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jface.text.templates.ContextTypeRegistry |
getContextTypeRegistry() |
static MvnIndexPlugin |
getDefault() |
org.eclipse.jface.text.templates.ContextTypeRegistry |
getTemplateContextRegistry()
Returns the template context type registry.
|
org.eclipse.jface.text.templates.persistence.TemplateStore |
getTemplateStore()
Returns the template store.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startuppublic static final String PLUGIN_ID
public 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 MvnIndexPlugin getDefault()
public org.eclipse.jface.text.templates.persistence.TemplateStore getTemplateStore()
public org.eclipse.jface.text.templates.ContextTypeRegistry getTemplateContextRegistry()
public org.eclipse.jface.text.templates.ContextTypeRegistry getContextTypeRegistry()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.