Uses of Interface
com.e1c.langtool.collector.IFeatureValueCollectingService
Packages that use IFeatureValueCollectingService
Package
Description
-
Uses of IFeatureValueCollectingService in com.e1c.langtool.collector
Methods in com.e1c.langtool.collector with parameters of type IFeatureValueCollectingServiceModifier and TypeMethodDescriptionProjectMultiThreadCollectingOperation.Builder.collectingService(IFeatureValueCollectingService collectingService) Set collecting service that will use for multi-thread access. -
Uses of IFeatureValueCollectingService in com.e1c.langtool.generatestring
Fields in com.e1c.langtool.generatestring declared as IFeatureValueCollectingServiceModifier and TypeFieldDescriptionprotected IFeatureValueCollectingServiceProjectGenerateTranslationStrings.collectingService -
Uses of IFeatureValueCollectingService in com.e1c.langtool.internal.collector
Classes in com.e1c.langtool.internal.collector that implement IFeatureValueCollectingService -
Uses of IFeatureValueCollectingService in com.e1c.langtool.internal.stat
Constructors in com.e1c.langtool.internal.stat with parameters of type IFeatureValueCollectingServiceModifierConstructorDescriptionComputerEngineImpl(StatisticsService statisticsService, ITranslatingProjectManager translatingProjectManager, IFeatureValueCollectingService collectingService, GroupProviderRegistry groupProviderRegistry, StatisticsComputerRegistry computerRegistry) -
Uses of IFeatureValueCollectingService in com.e1c.langtool.ui.collector
Constructors in com.e1c.langtool.ui.collector with parameters of type IFeatureValueCollectingServiceModifierConstructorDescriptionprotectedBaseDelegatedSelectionCollector(ITranslatingProjectManager translatingProjectManager, IFeatureValueCollectingService collectingService, ITranslationStorageManager translationStorageManager) Instantiates a new base delegated selection collector. -
Uses of IFeatureValueCollectingService in com.e1c.langtool.ui.editor
Constructors in com.e1c.langtool.ui.editor with parameters of type IFeatureValueCollectingServiceModifierConstructorDescriptionStorageMediator(ITranslatingProject project, IFeatureValueCollectingService collectingService, TranslationSource source) -
Uses of IFeatureValueCollectingService in com.e1c.langtool.v8.dt.check
Fields in com.e1c.langtool.v8.dt.check declared as IFeatureValueCollectingServiceModifier and TypeFieldDescriptionprotected IFeatureValueCollectingServiceAbstractTranslationValidator.collectingService -
Uses of IFeatureValueCollectingService in com.e1c.langtool.v8.dt.collector
Methods in com.e1c.langtool.v8.dt.collector that return IFeatureValueCollectingServiceModifier and TypeMethodDescriptionCollectingContext.getCollectingService()Gets the collecting service.Constructors in com.e1c.langtool.v8.dt.collector with parameters of type IFeatureValueCollectingServiceModifierConstructorDescriptionCollectingContext(ICollectingParameters parameters, IFeatureValueCollectingService collectingService, IFeatureSettingsService settingsService, ITranslationFeatureKeyProvider featureKeyProvider, IComputedNameService computedNameService, String defaultLanguageCode, BiConsumer<Object, FeatureValue> addAction) CollectingContext(ICollectingParameters parameters, IFeatureValueCollectingService collectingService, IFeatureSettingsService settingsService, ITranslationFeatureKeyProvider featureKeyProvider, IComputedNameService computedNameService, String defaultLanguageCode, BiConsumer<Object, FeatureValue> addAction, org.eclipse.core.resources.IFile resourceFile) -
Uses of IFeatureValueCollectingService in com.e1c.langtool.v8.dt.internal.camelcase
Constructors in com.e1c.langtool.v8.dt.internal.camelcase with parameters of type IFeatureValueCollectingServiceModifierConstructorDescriptionCamelCaseInterfaceProvider(ITranslatingProject project, IFeatureValueCollectingService collectingService, ITranslatingProjectManager translatingProjectManager, ValidatorRegistry registry, ITranslationStorageManager storageManager) CamelCaseManager(IFeatureValueCollectingService collectingService, ITranslatingProjectManager translatingProjectManager, ValidatorRegistry registry, ITranslationStorageManager storageManager) -
Uses of IFeatureValueCollectingService in com.e1c.langtool.v8.dt.internal.ui.refactoring
Methods in com.e1c.langtool.v8.dt.internal.ui.refactoring that return IFeatureValueCollectingServiceModifier and TypeMethodDescriptionObjectChangeBase.getCollectingService()ObjectChangeSharedState.getCollectingService()XtextChangeBase.getCollectingService()XtextChangeSharedState.getCollectingService()Methods in com.e1c.langtool.v8.dt.internal.ui.refactoring with parameters of type IFeatureValueCollectingServiceModifier and TypeMethodDescriptionstatic Set<FeatureValue>Util.collectFeatureValues(Object object, IFeatureValueCollectingService collectingService, ICollectingParameters collectingParameters, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com.e1c.langtool.v8.dt.internal.ui.refactoring with parameters of type IFeatureValueCollectingServiceModifierConstructorDescriptionObjectChangeSharedState(org.eclipse.emf.ecore.EObject object, boolean isTopObject, IBmObject owner, org.eclipse.emf.ecore.EReference reference, List<TranslateLanguage> languages, Collection<ITranslationStorageProvider.Storage> storages, IFeatureValueCollectingService collectingService, IProjectFileSystemSupport fileSystemSupport, EmfObjectProvider emfObjectProvider) XtextChangeSharedState(org.eclipse.emf.common.util.URI contextResourceURI, org.eclipse.xtext.ui.editor.XtextEditor xtextEditor, List<TranslateLanguage> languages, Collection<ITranslationStorageProvider.Storage> storages, IFeatureValueCollectingService collectingService) -
Uses of IFeatureValueCollectingService in com.e1c.langtool.v8.dt.internal.ui.selection
Constructors in com.e1c.langtool.v8.dt.internal.ui.selection with parameters of type IFeatureValueCollectingServiceModifierConstructorDescriptionprotectedMoxelPropertiesCollectorDelegate(ITranslatingProjectManager translatingProjectManager, IFeatureValueCollectingService collectingService, ITranslationStorageManager translationStorageManager) NavigatorSelectionCollectorDelegate(ITranslatingProjectManager translatingProjectManager, IFeatureValueCollectingService collectingService, ITranslationStorageManager translationStorageManager, IV8ProjectManager v8ProjectManager) XtextEditorSelectionCollectorDelegate(ITranslatingProjectManager translatingProjectManager, IFeatureValueCollectingService collectingService, ITranslationStorageManager translationStorageManager)