Uses of Interface
com.e1c.langtool.TranslationKey
Packages that use TranslationKey
Package
Description
-
Uses of TranslationKey in com.e1c.langtool
Subinterfaces of TranslationKey in com.e1c.langtoolModifier and TypeInterfaceDescriptioninterfaceCommon interface for context translation key in the project.Classes in com.e1c.langtool that implement TranslationKeyModifier and TypeClassDescriptionfinal classDefault implementation ofContextTranslationKey.final classDictionary translation key allows to get translation only fromITranslationStorageProvider.DictionaryStorage. -
Uses of TranslationKey in com.e1c.langtool.collector
Subinterfaces of TranslationKey in com.e1c.langtool.collectorModifier and TypeInterfaceDescriptioninterfaceThe Interface is common for object contains feature string value, feature FQN key, object's resource ID, feature settings and value is computed.interfaceDeprecated.Classes in com.e1c.langtool.collector that implement TranslationKey -
Uses of TranslationKey in com.e1c.langtool.emf.collector
Subinterfaces of TranslationKey in com.e1c.langtool.emf.collectorClasses in com.e1c.langtool.emf.collector that implement TranslationKeyModifier and TypeClassDescriptionclassThe Class EmfFeatureValue contains feature string value, feature FQN key, object URI, feature settings and value is computed. -
Uses of TranslationKey in com.e1c.langtool.internal.storage
Methods in com.e1c.langtool.internal.storage with parameters of type TranslationKeyModifier and TypeMethodDescriptionDictionaryFileStorage.getComment(TranslationKey key, TranslateLanguage language) ProjectTranslationReader.getStoredTranslation(TranslationKey key, TranslateLanguage language, ITranslationStorageProvider.Storage.Type... storageTypes) Gets the stored translation with the project storage settings read order.DictionaryFileStorage.getTranslation(TranslationKey key, TranslateLanguage language) booleanDictionaryFileStorage.hasKeyForValue(String value, TranslateLanguage language, TranslationKey skipKey) voidDictionaryFileStorage.moveComment(TranslationKey fromKey, TranslationKey toKey, TranslateLanguage language, boolean autoSave) voidDictionaryFileStorage.moveTranslation(TranslationKey fromKey, TranslationKey toKey, TranslateLanguage language, boolean autoSave) voidDictionaryFileStorage.removeComment(TranslationKey key, TranslateLanguage language, boolean autoSave) voidDictionaryFileStorage.removeTranslation(TranslationKey key, TranslateLanguage language, boolean autoSave) voidDictionaryFileStorage.setComment(TranslationKey key, TranslateLanguage language, String comment, boolean autoSave) voidDictionaryFileStorage.setTranslation(TranslationKey key, TranslateLanguage language, String translation, boolean autoSave) AbstractStorageTranslationProvider.translate(org.eclipse.core.resources.IProject project, TranslationKey key, TranslateLanguage target, ITranslationStorageProvider.Storage.Type... storageTypes) -
Uses of TranslationKey in com.e1c.langtool.settings
Methods in com.e1c.langtool.settings that return TranslationKeyModifier and TypeMethodDescriptionFeatureValueValidator.ValidationContext.getTranslationKey()Gets the translation key. -
Uses of TranslationKey in com.e1c.langtool.storage
Methods in com.e1c.langtool.storage that return TranslationKeyMethods in com.e1c.langtool.storage with parameters of type TranslationKeyModifier and TypeMethodDescriptiondefault StringITranslationStorageProvider.DictionaryStorage.getComment(TranslationKey key, TranslateLanguage language) Gets the comment by the translation key.@Nullable StringIProjectTranslationReader.getStoredTranslation(@NonNull TranslationKey key, @NonNull TranslateLanguage language, ITranslationStorageProvider.Storage.Type... storageTypes) Gets the stored translation with the project storage settings read order.GlobalEditingContext.getTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language) IEditingContext.getTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language) Gets the translation from the storage.ITranslationStorageProvider.DictionaryStorage.getTranslation(TranslationKey key, TranslateLanguage language) Gets the translation from the dictionary storage.booleanITranslationStorageProvider.DictionaryStorage.hasKeyForValue(String value, TranslateLanguage language, TranslationKey skipKey) Checks that dictionary has key for the value except the given skip key.default voidITranslationStorageProvider.DictionaryStorage.moveComment(TranslationKey fromKey, TranslationKey toKey, TranslateLanguage language, boolean autoSave) Move only comment from one translation key to another.voidITranslationStorageProvider.DictionaryStorage.moveTranslation(TranslationKey fromKey, TranslationKey toKey, TranslateLanguage language, boolean autoSave) Move translation from one key to another inside this single storage.default voidITranslationStorageProvider.DictionaryStorage.removeComment(TranslationKey key, TranslateLanguage language, boolean autoSave) Removes the comment of the translation key.voidGlobalEditingContext.removeTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language) voidIEditingContext.removeTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language) Removes the translation by given translation key and language in the storage.voidITranslationStorageProvider.DictionaryStorage.removeTranslation(TranslationKey key, TranslateLanguage language, boolean autoSave) Removes the translation.default voidITranslationStorageProvider.DictionaryStorage.setComment(TranslationKey key, TranslateLanguage language, String comment, boolean autoSave) Sets the comment for some translation key.voidGlobalEditingContext.setTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language, String translation) voidIEditingContext.setTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language, String translation) Sets the translation to the editing context.voidITranslationStorageProvider.DictionaryStorage.setTranslation(TranslationKey key, TranslateLanguage language, String translation, boolean autoSave) Sets the translation of dictionary storage.Constructors in com.e1c.langtool.storage with parameters of type TranslationKeyModifierConstructorDescriptionStorageValueChangeEvent(ITranslationStorageProvider.Storage storage, StorageID id, TranslationKey translationKey, TranslateLanguage language, String oldTranslation, String newTranslation) -
Uses of TranslationKey in com.e1c.langtool.storage.dictionary
Methods in com.e1c.langtool.storage.dictionary with parameters of type TranslationKeyModifier and TypeMethodDescriptionDictionaryData.getComment(TranslationKey translationKey) Gets the comment for the translation key.DictionaryData.getTranslation(TranslationKey translationKey) Gets the translation by the translation key.booleanDictionaryData.hasKeyForValue(String value, TranslationKey skipKey) Checks if there is a key for the translation value.DictionaryData.removeTranslation(TranslationKey translationKey) Removes the translation by the key.DictionaryData.setTranslation(TranslationKey translationKey, String value, String comment) Sets the translation and comment for the translation key. -
Uses of TranslationKey in com.e1c.langtool.storage.properties
Methods in com.e1c.langtool.storage.properties with parameters of type TranslationKeyModifier and TypeMethodDescriptionStringDictionaryData.getComment(TranslationKey translationKey) StringDictionaryData.getTranslation(TranslationKey translationKey) booleanStringDictionaryData.hasKeyForValue(String value, TranslationKey skipKey) StringDictionaryData.removeTranslation(TranslationKey translationKey) StringDictionaryData.setTranslation(TranslationKey translationKey, String value, String comment) -
Uses of TranslationKey in com.e1c.langtool.storage.regex
Methods in com.e1c.langtool.storage.regex with parameters of type TranslationKeyModifier and TypeMethodDescriptionRegExDictionaryData.getComment(TranslationKey translationKey) RegExDictionaryData.getTranslation(TranslationKey translationKey) RegExFile.getTranslation(ITranslationStorageProvider.DictionaryStorage dictionary, TranslationKey source, TranslateLanguage language) YamlRegExFile.getTranslation(ITranslationStorageProvider.DictionaryStorage dictionary, TranslationKey source, TranslateLanguage language) booleanRegExDictionaryData.hasKeyForValue(String value, TranslationKey skipKey) RegExDictionaryData.removeTranslation(TranslationKey translationKey) RegExDictionaryData.setTranslation(TranslationKey translationKey, String value, String comment) -
Uses of TranslationKey in com.e1c.langtool.ui
Methods in com.e1c.langtool.ui that return TranslationKey -
Uses of TranslationKey in com.e1c.langtool.ui.editor
Methods in com.e1c.langtool.ui.editor that return TranslationKeyMethods in com.e1c.langtool.ui.editor that return types with arguments of type TranslationKeyModifier and TypeMethodDescriptionprotected Map<Pair<TranslationKey,TranslateLanguage>, String> StorageMediator.getModified()protected Map<Pair<TranslationKey,TranslateLanguage>, String> StorageMediator.getTranslations()Constructors in com.e1c.langtool.ui.editor with parameters of type TranslationKeyModifierConstructorDescriptionChangeEvent(TranslationKey translationKey, TranslateLanguage language, String translation) -
Uses of TranslationKey in com.e1c.langtool.v8.dt.collector
Classes in com.e1c.langtool.v8.dt.collector that implement TranslationKeyModifier and TypeClassDescriptionclassThe Class V8FeatureValue representing V8 Object feature valueFeatureValue. -
Uses of TranslationKey in com.e1c.langtool.v8.dt.md.storage
Methods in com.e1c.langtool.v8.dt.md.storage with parameters of type TranslationKeyModifier and TypeMethodDescriptionDbViewTermsStorage.getTranslation(TranslationKey key, TranslateLanguage language) booleanDbViewTermsStorage.hasKeyForValue(String value, TranslateLanguage language, TranslationKey skipKey) voidDbViewTermsStorage.moveTranslation(TranslationKey fromKey, TranslationKey toKey, TranslateLanguage language, boolean autoSave) voidDbViewTermsStorage.removeTranslation(TranslationKey key, TranslateLanguage language, boolean autoSave) voidDbViewTermsStorage.setTranslation(TranslationKey key, TranslateLanguage language, String translation, boolean autoSave) -
Uses of TranslationKey in com.e1c.langtool.v8.dt.storage
Methods in com.e1c.langtool.v8.dt.storage with parameters of type TranslationKeyModifier and TypeMethodDescriptionContextDefStorage.getTranslation(TranslationKey key, TranslateLanguage language) booleanContextDefStorage.hasKeyForValue(String value, TranslateLanguage language, TranslationKey skipKey) voidContextDefStorage.moveTranslation(TranslationKey fromSource, TranslationKey toSource, TranslateLanguage language, boolean autoSave) voidContextDefStorage.removeTranslation(TranslationKey source, TranslateLanguage language, boolean autoSave) voidContextDefStorage.setTranslation(TranslationKey source, TranslateLanguage language, String translation, boolean autoSave)