Package com._1c.g5.v8.dt.internal.qw.ui
Class QueryWizardUiPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
com._1c.g5.v8.dt.internal.qw.ui.QueryWizardUiPlugin
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class QueryWizardUiPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
Activator for query wizard
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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 QueryWizardUiPluginstatic org.eclipse.swt.graphics.Imagestatic org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(String symbolicName) com.google.inject.Injectorprotected 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 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:
 
- 
TOOL16- See Also:
 
- 
IMG_QUERY_WIZARD- See Also:
 
- 
IMG_ACTION_ADD- See Also:
 
- 
IMG_ACTION_DELETE- See Also:
 
- 
IMG_ACTION_CHANGE- See Also:
 
- 
IMG_ACTION_COPY_ELEMENT- See Also:
 
- 
IMG_ACTION_SORT_LIST- See Also:
 
- 
IMG_ACTION_TABLES_FOR_CHANGE- See Also:
 
- 
IMG_ACTION_CREATE_NESTED_QUERY- See Also:
 
- 
IMG_ACTION_TABLE_PARAMETERS- See Also:
 
- 
IMG_ACTION_MOVEUP- See Also:
 
- 
IMG_ACTION_MOVEDOWN- See Also:
 
- 
IMG_ACTION_DROP_TEMP_TEBLE_QUERY- See Also:
 
- 
IMG_ACTION_MOVE- See Also:
 
- 
IMG_ACTION_CREATE_TEMP_TABLE_DESCRIPTION- See Also:
 
- 
IMG_ACTION_REPLACE_TABLE- See Also:
 
- 
IMG_ACTION_RENAME- See Also:
 
- 
IMG_NESTED_QUERY- See Also:
 
- 
IMG_NESTED_TABLE- See Also:
 
- 
IMG_CUSTOM_EXPRESSION- See Also:
 
- 
IMG_FOLDER- See Also:
 
- 
IMG_TEMP_TABLE_DESCRIPTION- See Also:
 
- 
IMG_TEMP_PARAM_TABLE_DESCRIPTION- See Also:
 
- 
IMG_TEMPTABLES- See Also:
 
- 
IMG_TEMPTABLE- See Also:
 
- 
IMG_ADD_TEMPTABLE- See Also:
 
- 
IMG_ARRAW_ADD- See Also:
 
- 
IMG_ARRAW_ADD_ALL- See Also:
 
- 
IMG_ARRAW_REMOVE- See Also:
 
- 
IMG_ARRAW_REMOVE_ALL- See Also:
 
- 
IMG_SEARCH- See Also:
 
- 
IS_SOURCES_TREE_SORTED- See Also:
 
- 
IS_TABLES_FOR_CHANGE_SET- See Also:
 
- 
IS_SHOW_EXTENDED_FIELDS_SET- See Also:
 
- 
IMG_ADD_ALIAS- See Also:
 
- 
IMG_SHOW_EXTENDED_FIELDS- See Also:
 
 
- 
- 
Constructor Details- 
QueryWizardUiPluginpublic QueryWizardUiPlugin()
 
- 
- 
Method Details- 
start- Specified by:
- startin interface- org.osgi.framework.BundleActivator
- Overrides:
- startin class- org.eclipse.ui.plugin.AbstractUIPlugin
- Throws:
- Exception
 
- 
stop- Specified by:
- stopin interface- org.osgi.framework.BundleActivator
- Overrides:
- stopin class- org.eclipse.ui.plugin.AbstractUIPlugin
- Throws:
- Exception
 
- 
getDefault
- 
getInjectorpublic com.google.inject.Injector getInjector()
- 
createErrorStatus
- 
logpublic static void log(org.eclipse.core.runtime.IStatus status) 
- 
getImage
- 
getImageDescriptor
- 
initializeImageRegistryprotected void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) - Overrides:
- initializeImageRegistryin class- org.eclipse.ui.plugin.AbstractUIPlugin
 
 
-