Package com._1c.g5.v8.dt.dcs.ui
Class UiPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
com._1c.g5.v8.dt.dcs.ui.UiPlugin
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class UiPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
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) static org.eclipse.core.runtime.IStatus
static UiPlugin
static org.eclipse.swt.graphics.Image
static org.eclipse.jface.resource.ImageDescriptor
getImageDescriptor
(String symbolicName) com.google.inject.Injector
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 context) 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:
-
TOOL16
- See Also:
-
IMG_ACTION_ADD
- See Also:
-
IMG_ACTION_CLONE
- See Also:
-
IMG_ACTION_EDIT
- See Also:
-
IMG_ACTION_DELETE
- See Also:
-
IMG_ACTION_MOVE_UP
- See Also:
-
IMG_ACTION_MOVE_DOWN
- See Also:
-
IMG_ACTION_ADD_QUERY
- See Also:
-
IMG_ACTION_ADD_OBJECT
- See Also:
-
IMG_ACTION_ADD_UNION
- See Also:
-
IMG_ACTION_LOAD
- See Also:
-
IMG_ACTION_SAVE
- See Also:
-
IMG_ACTION_ADD_SETTINGS_ITEM
- See Also:
-
IMG_ACTION_ADD_SETTINGS_ITEM_GROUP
- See Also:
-
IMG_ACTION_SETTINGS_WIZARD
- See Also:
-
IMG_ACTION_DEFAULT_SETTINGS
- See Also:
-
IMG_ACTION_SAVE_SETTINGS
- See Also:
-
IMG_ACTION_LOAD_SETTINGS
- See Also:
-
IMG_ACTION_CUSTOM_SETTINGS
- See Also:
-
IMG_ACTION_PREVIEW_CUSTOM_SETTINGS
- See Also:
-
IMG_DATE
- See Also:
-
OBJ16
- See Also:
-
IMG_OBJECT_DATASETS
- See Also:
-
IMG_OBJECT_QUERY
- See Also:
-
IMG_OBJECT_OBJECT
- See Also:
-
IMG_OBJECT_UNION
- See Also:
-
IMG_OBJECT_ITEM
- See Also:
-
IMG_OBJECT_SETTINGS_FOLDER
- See Also:
-
IMG_OBJECT_FOLDER
- See Also:
-
IMG_OBJECT_TABULAR_SECTION
- See Also:
-
IMG_OBJECT_ITEM_AUTO
- See Also:
-
IMG_OBJECT_ABSENT
- See Also:
-
IMG_OBJECT_REPORT
- See Also:
-
IMG_OBJECT_GROUP_ITEM
- See Also:
-
IMG_OBJECT_GROUP_ITEM_DISABLED
- See Also:
-
IMG_OBJECT_TABLE_ITEM
- See Also:
-
IMG_OBJECT_CHART_ITEM
- See Also:
-
IMG_OBJECT_CHART_TYPES
- See Also:
-
IMG_OBJECT_PARAMETERS
- See Also:
-
IMG_OBJECT_GROUP_FIELDS
- See Also:
-
IMG_OBJECT_SELECT_FIELDS
- See Also:
-
IMG_OBJECT_USER_FIELDS
- See Also:
-
IMG_OBJECT_FILTER
- See Also:
-
IMG_OBJECT_ORDER
- See Also:
-
IMG_OBJECT_APPEARANCE
- See Also:
-
IMG_OBJECT_OUTPUT
- See Also:
-
IMG_OBJECT_CALC
- See Also:
-
IMG_OBJECT_RESOURCE
- See Also:
-
IMG_ACTION_QUERY_WIZARD
- See Also:
-
IMG_CHECK
- See Also:
-
IMG_ACTION_ADD_TEMPLATE
- See Also:
-
IMG_OBJECT_NEW_FILED_TEMPLATE
- See Also:
-
IMG_OBJECT_NEW_GROUP_TEMPLATE
- See Also:
-
IMG_OBJECT_NEW_HEADER_TEMPLATE
- See Also:
-
IMG_OBJECT_NEW_RESOURCE_TEMPLATE
- See Also:
-
IMG_OBJECT_FILED_TEMPLATE
- See Also:
-
IMG_OBJECT_GROUP_TEMPLATE
- See Also:
-
IMG_OBJECT_HEADER_TEMPLATE
- See Also:
-
IMG_OBJECT_RESOURCE_TEMPLATE
- See Also:
-
-
Constructor Details
-
UiPlugin
public UiPlugin()
-
-
Method Details
-
start
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
start
in classorg.eclipse.ui.plugin.AbstractUIPlugin
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
stop
in classorg.eclipse.ui.plugin.AbstractUIPlugin
- Throws:
Exception
-
getDefault
-
getInjector
public com.google.inject.Injector getInjector() -
log
public static void log(org.eclipse.core.runtime.IStatus status) -
createErrorStatus
-
createWarningStatus
-
getImage
-
getImageDescriptor
-
initializeImageRegistry
protected void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) - Overrides:
initializeImageRegistry
in classorg.eclipse.ui.plugin.AbstractUIPlugin
-