Class QlDcsUiPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
com._1c.g5.v8.dt.ql.dcs.ui.internal.QlDcsActivator
com._1c.g5.v8.dt.internal.ql.dcs.ui.QlDcsUiPlugin
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class QlDcsUiPlugin
extends com._1c.g5.v8.dt.ql.dcs.ui.internal.QlDcsActivator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com._1c.g5.v8.dt.ql.dcs.ui.internal.QlDcsActivator
COM__1C_G5_V8_DT_QL_DCS_QLDCS
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.IStatus
createErrorStatus
(String msg, Throwable e) protected com.google.inject.Injector
createInjector
(String language) static org.eclipse.core.runtime.IStatus
static org.eclipse.swt.graphics.Image
static org.eclipse.jface.resource.ImageDescriptor
getImageDescriptor
(String symbolicName) protected void
initializeImageRegistry
(org.eclipse.jface.resource.ImageRegistry reg) static void
log
(org.eclipse.core.runtime.IStatus status) void
start
(org.osgi.framework.BundleContext context) void
stop
(org.osgi.framework.BundleContext bundleContext) Methods inherited from class com._1c.g5.v8.dt.ql.dcs.ui.internal.QlDcsActivator
getInjector, getInstance, getRuntimeModule, getSharedStateModule, getUiModule
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
-
Field Details
-
PLUGIN_ID
- See Also:
-
T_OBJ16
- See Also:
-
IMG_QUERY
- See Also:
-
IMG_FIELD
- See Also:
-
IMG_FIELD_DCS
- See Also:
-
IMG_LEAF_FIELD
- See Also:
-
-
Constructor Details
-
QlDcsUiPlugin
public QlDcsUiPlugin()
-
-
Method Details
-
log
public static void log(org.eclipse.core.runtime.IStatus status) -
createErrorStatus
-
createWarningStatus
-
getImage
-
getImageDescriptor
-
start
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
start
in classcom._1c.g5.v8.dt.ql.dcs.ui.internal.QlDcsActivator
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
stop
in classcom._1c.g5.v8.dt.ql.dcs.ui.internal.QlDcsActivator
- Throws:
Exception
-
initializeImageRegistry
protected void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) - Overrides:
initializeImageRegistry
in classorg.eclipse.ui.plugin.AbstractUIPlugin
-
createInjector
- Overrides:
createInjector
in classcom._1c.g5.v8.dt.ql.dcs.ui.internal.QlDcsActivator
-