Uses of Interface
com.e1c.langtool.TranslationSource
Packages that use TranslationSource
Package
Description
-
Uses of TranslationSource in com.e1c.langtool
Methods in com.e1c.langtool that return TranslationSourceModifier and TypeMethodDescriptionstatic TranslationSourceTranslationUtils.getTranslationSource(Object object) Gets the translation source from given object, that can beIAdaptableor has registered adapter toTranslationSource. -
Uses of TranslationSource in com.e1c.langtool.builder
Methods in com.e1c.langtool.builder that return TranslationSourceModifier and TypeMethodDescriptionITranslationBuilderParticipant.IBuildContext.getSource()Returns the translation source that binded with changed resource. -
Uses of TranslationSource in com.e1c.langtool.collector
Methods in com.e1c.langtool.collector with parameters of type TranslationSourceModifier and TypeMethodDescriptiondefault booleanCollectingFilterParticipant.canCollect(TranslationSource source, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Checks than can collect given translation source object.booleanRegExCollectingFilter.canCollect(TranslationSource source, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) IFeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Creates the collectors for the given source object.voidIFeatureValueCollectingService.forEachCollected(TranslationSource source, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor, BiConsumer<Object, FeatureValue> action) Collect feature values and raw source object for the given translation source with parameters and process given actionBiConsumerfor each collected.default booleanCollectingFilterParticipant.needCollect(TranslationSource source, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) booleanFeatureSettingsFilter.needCollect(TranslationSource source, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) booleanRegExCollectingFilter.needCollect(TranslationSource sourc, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) default booleanCollectingFilterParticipant.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Checks than need to collect given feature value of the source object.booleanFeatureSettingsFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) booleanRegExCollectingFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com.e1c.langtool.collector with parameters of type TranslationSourceModifierConstructorDescriptionCollectingException(TranslationSource source, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new collecting exception with translation source. -
Uses of TranslationSource in com.e1c.langtool.generatestring
Methods in com.e1c.langtool.generatestring that return types with arguments of type TranslationSourceMethods in com.e1c.langtool.generatestring with parameters of type TranslationSourceModifier and TypeMethodDescriptionprotected booleanProjectGenerateTranslationStrings.collectStrings(TranslationSource object, org.eclipse.core.runtime.IProgressMonitor monitor) Collects strings and return true if do that successful.Method parameters in com.e1c.langtool.generatestring with type arguments of type TranslationSourceModifier and TypeMethodDescriptionvoidProjectObjectsGenerateTranslationStrings.setProjectObjects(Collection<TranslationSource> projectObjects) -
Uses of TranslationSource in com.e1c.langtool.ignore
Methods in com.e1c.langtool.ignore with parameters of type TranslationSourceModifier and TypeMethodDescriptiondefault booleanIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by the feature key in the source object.default booleanIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by translation source, usually by the project relative path.booleanIgnoreTranslationCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by the feature key in the source object.booleanIgnoreTranslationCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by translation source, usually by the project relative path.booleanResourceIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TranslationSource in com.e1c.langtool.internal.builder
Methods in com.e1c.langtool.internal.builder that return TranslationSourceConstructors in com.e1c.langtool.internal.builder with parameters of type TranslationSourceModifierConstructorDescriptionBuildContext(TranslationSource translationSource, ActionType actionType, Collection<FeatureValue> featureValues) -
Uses of TranslationSource in com.e1c.langtool.internal.collector
Methods in com.e1c.langtool.internal.collector with parameters of type TranslationSourceModifier and TypeMethodDescriptionFeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) FeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.core.runtime.IProgressMonitor monitor) voidFeatureValueCollectingService.forEachCollected(TranslationSource source, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor, BiConsumer<Object, FeatureValue> action) -
Uses of TranslationSource in com.e1c.langtool.internal.ignore
Methods in com.e1c.langtool.internal.ignore with parameters of type TranslationSourceModifier and TypeMethodDescriptionbooleanIgnoreCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) booleanIgnoreCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TranslationSource in com.e1c.langtool.resource
Classes in com.e1c.langtool.resource that implement TranslationSourceModifier and TypeClassDescriptionclassBasic adapter forTranslationSourceandIResource. -
Uses of TranslationSource in com.e1c.langtool.stat
Methods in com.e1c.langtool.stat with parameters of type TranslationSourceModifier and TypeMethodDescriptiondefault @NonNull StatisticsStatisticsProvider.getStatistic(@NonNull TranslationSource source) Gets the statistics by source.default voidStatisticsManager.removeStatistic(@NonNull TranslationSource source) Remove statistics for givenTranslationSourcefor allTranslationLanguages.default voidStatisticsManager.removeStatistic(@NonNull TranslationSource source, @NonNull TranslateLanguage language) Remove statistics for givenTranslationSourceandTranslationLanguage.default voidStatisticsManager.updateFullStatistic(@NonNull TranslationSource source, @NonNull Statistics statistics) Update full statistics.default voidStatisticsManager.updateLanguageStatistic(@NonNull TranslationSource source, @NonNull TranslateLanguage language, @NonNull Statistics statistics) Update statistics. -
Uses of TranslationSource in com.e1c.langtool.ui.collector
Methods in com.e1c.langtool.ui.collector that return TranslationSourceModifier and TypeMethodDescriptionCommonFeatureValueCollectingResult.getSourceObject()FeatureValueCollectingResult.getSourceObject()Gets the source translating object.Methods in com.e1c.langtool.ui.collector with parameters of type TranslationSourceModifier and TypeMethodDescriptionprotected FeatureValueCollectingResultBaseDelegatedSelectionCollector.collectSource(TranslationSource source, ICollectingParameters parameters, org.eclipse.ui.IWorkbenchPart part, ISelection selection, org.eclipse.core.runtime.IProgressMonitor monitor) Collect source translating object.protected IEditingContextBaseDelegatedSelectionCollector.createEditingContext(TranslationSource source, org.eclipse.ui.IWorkbenchPart part) Creates the editing context.Constructors in com.e1c.langtool.ui.collector with parameters of type TranslationSourceModifierConstructorDescriptionCommonFeatureValueCollectingResult(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.Constructor parameters in com.e1c.langtool.ui.collector with type arguments of type TranslationSourceModifierConstructorDescriptionCommonFeatureValueCollectingResult(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 TranslationSource in com.e1c.langtool.ui.editor
Constructors in com.e1c.langtool.ui.editor with parameters of type TranslationSourceModifierConstructorDescriptionStorageMediator(ITranslatingProject project, IFeatureValueCollectingService collectingService, TranslationSource source) -
Uses of TranslationSource in com.e1c.langtool.ui.generatestring
Method parameters in com.e1c.langtool.ui.generatestring with type arguments of type TranslationSourceModifier and TypeMethodDescriptionprotected voidGenerateTranslationStringsWizard.createGenerator(Collection<TranslationSource> projectObjects) voidGenerateTranslationStringsWizard.init(org.eclipse.core.resources.IProject project, Collection<TranslationSource> projectObjects) Inits the wizard. -
Uses of TranslationSource in com.e1c.langtool.v8.dt
Classes in com.e1c.langtool.v8.dt that implement TranslationSource -
Uses of TranslationSource in com.e1c.langtool.v8.dt.collector
Methods in com.e1c.langtool.v8.dt.collector with parameters of type TranslationSourceModifier and TypeMethodDescriptionbooleanMdNameCamelCaseFilter.canCollect(TranslationSource source, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) booleanMdNameCamelCaseFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TranslationSource in com.e1c.langtool.v8.dt.ignore
Methods in com.e1c.langtool.v8.dt.ignore with parameters of type TranslationSourceModifier and TypeMethodDescriptionbooleanSubsystemIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TranslationSource in com.e1c.langtool.v8.dt.internal.ql
Classes in com.e1c.langtool.v8.dt.internal.ql that implement TranslationSource -
Uses of TranslationSource in com.e1c.langtool.v8.dt.internal.right.ql
Classes in com.e1c.langtool.v8.dt.internal.right.ql that implement TranslationSourceModifier and TypeClassDescriptionclassSpesial translation source object allows to link parent eObject andrestriction queryobject. -
Uses of TranslationSource in com.e1c.langtool.v8.dt.internal.right.templates
Classes in com.e1c.langtool.v8.dt.internal.right.templates that implement TranslationSource -
Uses of TranslationSource in com.e1c.langtool.v8.dt.internal.ui.translator.wizard
Method parameters in com.e1c.langtool.v8.dt.internal.ui.translator.wizard with type arguments of type TranslationSourceModifier and TypeMethodDescriptionprotected voidTranslatedObjectImportWizard.createGenerator(Collection<TranslationSource> projectObjects) -
Uses of TranslationSource in com.e1c.langtool.v8.dt.moxel
Classes in com.e1c.langtool.v8.dt.moxel that implement TranslationSource -
Uses of TranslationSource in com.e1c.langtool.v8.dt.translator
Methods in com.e1c.langtool.v8.dt.translator that return types with arguments of type TranslationSourceMethods in com.e1c.langtool.v8.dt.translator with parameters of type TranslationSourceModifier and TypeMethodDescriptionbooleanComputedStringFilter.canCollect(TranslationSource source, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) protected booleanTranslatedProjectImportTranslationStrings.collectStrings(TranslationSource object, org.eclipse.core.runtime.IProgressMonitor monitor) booleanComputedStringFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Method parameters in com.e1c.langtool.v8.dt.translator with type arguments of type TranslationSourceModifier and TypeMethodDescriptionvoidTranslatedObjectImportTranslationStrings.setProjectObjects(Collection<TranslationSource> projectObjects)