Package com._1c.g5.v8.dt.internal.ql.ui
Class QlUiPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
com._1c.g5.v8.dt.ql.ui.internal.QlActivator
com._1c.g5.v8.dt.internal.ql.ui.QlUiPlugin
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class QlUiPlugin
extends com._1c.g5.v8.dt.ql.ui.internal.QlActivator
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com._1c.g5.v8.dt.ql.ui.internal.QlActivatorCOM__1C_G5_V8_DT_QL_QLFields inherited from class org.eclipse.core.runtime.PluginPLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.IStatuscreateErrorStatus(String msg, Throwable e) static org.eclipse.core.runtime.IStatuscreateInfoStatus(String msg) protected com.google.inject.InjectorcreateInjector(String language) static org.eclipse.core.runtime.IStatusstatic org.eclipse.swt.graphics.Imagestatic org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(String symbolicName) protected voidinitializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) static voidlog(org.eclipse.core.runtime.IStatus status) voidstart(org.osgi.framework.BundleContext context) voidstop(org.osgi.framework.BundleContext context) Methods inherited from class com._1c.g5.v8.dt.ql.ui.internal.QlActivatorgetInjector, getInstance, getRuntimeModule, getSharedStateModule, getUiModuleMethods inherited from class org.eclipse.ui.plugin.AbstractUIPlugincreateImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startupMethods inherited from class org.eclipse.core.runtime.Pluginfind, 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_LEAF_FIELD- See Also:
 
- 
IMG_PARAMETER- See Also:
 
 
- 
- 
Constructor Details- 
QlUiPluginpublic QlUiPlugin()
 
- 
- 
Method Details- 
logpublic static void log(org.eclipse.core.runtime.IStatus status) 
- 
createErrorStatus
- 
createWarningStatus
- 
createInfoStatus
- 
getImage
- 
getImageDescriptor
- 
start- Specified by:
- startin interface- org.osgi.framework.BundleActivator
- Overrides:
- startin class- com._1c.g5.v8.dt.ql.ui.internal.QlActivator
- Throws:
- Exception
 
- 
stop- Specified by:
- stopin interface- org.osgi.framework.BundleActivator
- Overrides:
- stopin class- com._1c.g5.v8.dt.ql.ui.internal.QlActivator
- Throws:
- Exception
 
- 
initializeImageRegistryprotected void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) - Overrides:
- initializeImageRegistryin class- org.eclipse.ui.plugin.AbstractUIPlugin
 
- 
createInjector- Overrides:
- createInjectorin class- com._1c.g5.v8.dt.ql.ui.internal.QlActivator
 
 
-