public class ModelActivator
extends org.eclipse.ui.plugin.AbstractUIPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
ORG_VERAPDF_MODEL |
| Constructor and Description |
|---|
ModelActivator() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.Injector |
createInjector(String language) |
com.google.inject.Injector |
getInjector(String language) |
static ModelActivator |
getInstance() |
protected com.google.inject.Module |
getRuntimeModule(String grammar) |
protected com.google.inject.Module |
getSharedStateModule() |
protected com.google.inject.Module |
getUiModule(String grammar) |
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 ORG_VERAPDF_MODEL
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 ModelActivator getInstance()
public com.google.inject.Injector getInjector(String language)
protected com.google.inject.Injector createInjector(String language)
protected com.google.inject.Module getRuntimeModule(String grammar)
protected com.google.inject.Module getUiModule(String grammar)
protected com.google.inject.Module getSharedStateModule()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.