Uses of Interface
com.e1c.langtool.storage.IEditingContext
Packages that use IEditingContext
Package
Description
-
Uses of IEditingContext in com.e1c.langtool.internal.ui.view
Fields in com.e1c.langtool.internal.ui.view declared as IEditingContextModifier and TypeFieldDescriptionprotected final IEditingContextSingleLanguageFeatureValueItem.contextConstructors in com.e1c.langtool.internal.ui.view with parameters of type IEditingContextModifierConstructorDescriptionLanguageColumnEditingSupport(ColumnViewer viewer, int column, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, IQuerySelectionService selectionService, org.eclipse.core.resources.IProject project, Supplier<StorageID> currentStorageId) Instantiates a new language column editing support.LanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, StorageID storageId, org.eclipse.core.resources.IProject project, ITranslationStorageManager storageManager, ValidatorRegistry registry) Instantiates a new language feature value item.LanguageItemViewerTextEditingSupport(ColumnViewer viewer, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId) Instantiates a new language item viewer text editing support.MultiStorageFeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style, IEditingContext context, TranslateLanguage language, Supplier<StorageID> storageId) MultiStorageFeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent, IEditingContext context, TranslateLanguage language, Supplier<StorageID> storageId) SingleLanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId, ITranslationStorageManager storageManager, ValidatorRegistry registry) Instantiates a new single language feature value item. -
Uses of IEditingContext in com.e1c.langtool.storage
Classes in com.e1c.langtool.storage that implement IEditingContext -
Uses of IEditingContext in com.e1c.langtool.ui.collector
Methods in com.e1c.langtool.ui.collector that return IEditingContextModifier and TypeMethodDescriptionprotected IEditingContextBaseDelegatedSelectionCollector.createEditingContext(TranslationSource source, org.eclipse.ui.IWorkbenchPart part) Creates the editing context.CommonFeatureValueCollectingResult.getEditingContext()FeatureValueCollectingResult.getEditingContext()Gets the editing context.Constructors in com.e1c.langtool.ui.collector with parameters of type IEditingContextModifierConstructorDescriptionCommonFeatureValueCollectingResult(TranslationSource source, Collection<FeatureValue> values, org.eclipse.ui.IWorkbenchPart part, ISelection selection, IEditingContext context, Function<TranslationSource, ITranslatingProject> projectProvider) Instantiates a new common feature value collecting result. -
Uses of IEditingContext in com.e1c.langtool.ui.storage
Methods in com.e1c.langtool.ui.storage with parameters of type IEditingContextModifier and TypeMethodDescriptionstatic MultiStorageEditorDialogMultiStorageEditorDialog.create(org.eclipse.swt.widgets.Shell parentShell, IEditingContext editingContext, ContextTranslationKey contextKey, TranslateLanguage language, Supplier<StorageID> storageId) Constructors in com.e1c.langtool.ui.storage with parameters of type IEditingContextModifierConstructorDescriptionprotectedMultiStorageEditorDialog(org.eclipse.swt.widgets.Shell parentShell, IEditingContext editingContext, ContextTranslationKey contextKey, TranslateLanguage language, Supplier<StorageID> storageId, IStorageSettingsManager storageSettingsManager, ValidatorRegistry registry, ITranslationStorageManager sorageManager) StorageEntryComposite(org.eclipse.swt.widgets.Composite parent, IEditingContext editingContext, StorageSettings settings, ContextTranslationKey contextKey, TranslateLanguage language, org.eclipse.jface.dialogs.IInputValidator validator)