Uses of Interface
com.e1c.langtool.query.IContextTranslationQuery
Packages that use IContextTranslationQuery
Package
Description
-
Uses of IContextTranslationQuery in com.e1c.langtool.external
Methods in com.e1c.langtool.external with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionIExternalTranslationManager.translate(IContextTranslationQuery query, String providerId, org.eclipse.core.runtime.IProgressMonitor monitor) Translates the given query using the provider specified by id.IExternalTranslationProvider.translate(IContextTranslationQuery query) Returns a list of translations by the given query. -
Uses of IContextTranslationQuery in com.e1c.langtool.history.provider
Methods in com.e1c.langtool.history.provider with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionIHistoryTranslationProvider.translate(IContextTranslationQuery query) Returns a translation results have been found by the given query.IScopedTranslationProvider.translate(IContextTranslationQuery query) Returns a translation results have been found by the given query and filtered by the specified query scope. -
Uses of IContextTranslationQuery in com.e1c.langtool.internal.external
Methods in com.e1c.langtool.internal.external with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionExternalTranslationManager.translate(IContextTranslationQuery query, String providerId, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IContextTranslationQuery in com.e1c.langtool.internal.history.provider
Methods in com.e1c.langtool.internal.history.provider with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionExternalTranslationProvider.translate(IContextTranslationQuery query) HistoryTranslationProvider.translate(IContextTranslationQuery contextQuery) -
Uses of IContextTranslationQuery in com.e1c.langtool.internal.history.query
Methods in com.e1c.langtool.internal.history.query with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionstatic ProjectTranslatingQueryProjectTranslatingQuery.fromContextQuery(IContextTranslationQuery query) -
Uses of IContextTranslationQuery in com.e1c.langtool.internal.history.scope
Methods in com.e1c.langtool.internal.history.scope with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionScopedTranslationProvider.translate(IContextTranslationQuery contextQuery) -
Uses of IContextTranslationQuery in com.e1c.langtool.internal.history.ui.query
Classes in com.e1c.langtool.internal.history.ui.query that implement IContextTranslationQueryMethods in com.e1c.langtool.internal.history.ui.query with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionContextTranslationQuery.Builder.valueOf(IContextTranslationQuery query) -
Uses of IContextTranslationQuery in com.e1c.langtool.internal.storage
Methods in com.e1c.langtool.internal.storage with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionContextStorageTranslationProvider.translate(IContextTranslationQuery query) DictionaryStorageTranslationProvider.translate(IContextTranslationQuery query) -
Uses of IContextTranslationQuery in com.e1c.langtool.internal.ui.view
Classes in com.e1c.langtool.internal.ui.view that implement IContextTranslationQueryModifier and TypeClassDescriptionclassThe class representsITreeItemthat shows language in tree.protected classclassThe Class representsIFeatureValueItemwhen the tree has only one language to translate into. -
Uses of IContextTranslationQuery in com.e1c.langtool.query
Classes in com.e1c.langtool.query that implement IContextTranslationQueryModifier and TypeClassDescriptionfinal classAn immutable implementation ofContextTranslationQuery.Methods in com.e1c.langtool.query with parameters of type IContextTranslationQueryModifier and TypeMethodDescriptionContextTranslationQuery.Builder.valueOf(IContextTranslationQuery query) -
Uses of IContextTranslationQuery in com.e1c.langtool.ui.editor.internal.tree
Classes in com.e1c.langtool.ui.editor.internal.tree that implement IContextTranslationQuery -
Uses of IContextTranslationQuery in com.e1c.langtool.v8.dt.internal.provider
Methods in com.e1c.langtool.v8.dt.internal.provider with parameters of type IContextTranslationQuery