Package de.uni_hildesheim.sse.ui
Class StandaloneActivator
- java.lang.Object
-
- org.eclipse.core.runtime.Plugin
-
- org.eclipse.ui.plugin.AbstractUIPlugin
-
- de.uni_hildesheim.sse.ui.internal.IvmlActivator
-
- de.uni_hildesheim.sse.ui.Activator
-
- de.uni_hildesheim.sse.ui.StandaloneActivator
-
- All Implemented Interfaces:
EditorEmbedderFactory.IEditorCreator,ModelEditorConfigurer.IModelEditorConfigurer,org.osgi.framework.BundleActivator
public class StandaloneActivator extends Activator
The activator class controls the plug-in life cycle. This class is required only if the IVML editor shall be used as a standalone plugin in Eclipse. EASy-Producer does not need this code, which aims at loading all projects from the workspace root. In order to reduce the number of plugins, we refrained from creating an own plugin project for that activator. If you want to use that activator, please change the manifest as part of the packaging/deployment activities. In case that you want aim at using the resolver from the ReasonerCore, please callde.uni_hildesheim.sse.reasoning.core.importResolver.ReasoningImportResolver.registerAsTopResolver();before activating the IVML UI via this activator.
-
-
Constructor Summary
Constructors Constructor Description StandaloneActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.io.FilegetWorkspaceRoot()Returns the workspace root as file.voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)-
Methods inherited from class de.uni_hildesheim.sse.ui.Activator
createHeader, embedEditor, getEditorTitle, getExtension, getImageDescriptor, getModelChangeListener, getOrdinal, getPageTitle, hasHeader
-
Methods inherited from class de.uni_hildesheim.sse.ui.internal.IvmlActivator
createInjector, getInjector, getInstance, getRuntimeModule, getSharedStateModule, getUiModule
-
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
-
-