Uses of Interface
com.e1c.langtool.storage.ITranslationStorageProvider.Storage
Packages that use ITranslationStorageProvider.Storage
Package
Description
-
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.internal.storage
Classes in com.e1c.langtool.internal.storage that implement ITranslationStorageProvider.StorageModifier and TypeClassDescriptionclassThe default implementation of file resource storage that stores only context data.classThe default implementation of file resource storage that stores only non-context dictionary data.Methods in com.e1c.langtool.internal.storage that return ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionprotected ITranslationStorageProvider.StorageContextFileStorageProvider.createStorage(org.eclipse.core.resources.IProject project, String segment) protected ITranslationStorageProvider.StorageDictionaryFileStorageProvider.createStorage(org.eclipse.core.resources.IProject project, String segment) DefaultEditingStorageProvider.getStorage(org.eclipse.core.resources.IProject project, String segment) TranslationStorageManager.getStorage(org.eclipse.core.resources.IProject project, StorageID id) -
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.settings
Methods in com.e1c.langtool.settings that return ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionFeatureValueValidator.ValidationContext.getStorage()Gets the storage where the translated value will be stored. -
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.storage
Subinterfaces of ITranslationStorageProvider.Storage in com.e1c.langtool.storageModifier and TypeInterfaceDescriptionstatic interfaceThe Interface for context storage of translation strings.static interfaceThe Interface for dictionary storage of translation strings.Classes in com.e1c.langtool.storage that implement ITranslationStorageProvider.StorageModifier and TypeClassDescriptionclassThe abstract class of resource file storage, that allows to use common logic to track external file changing events, or save asynchronously, storage batch mode, firing changes events and etc.Methods in com.e1c.langtool.storage that return ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionprotected abstract ITranslationStorageProvider.StorageAbstractFileStorageProvider.createStorage(org.eclipse.core.resources.IProject project, String segment) Creates the storage by the given project and segment.AbstractFileStorageProvider.getStorage(org.eclipse.core.resources.IProject project, String segment) @Nullable ITranslationStorageProvider.StorageITranslationStorageManager.getStorage(@NonNull org.eclipse.core.resources.IProject project, @NonNull StorageID id) Gets the storage.ITranslationStorageProvider.getStorage(org.eclipse.core.resources.IProject project, String segment) Gets the storage.Methods in com.e1c.langtool.storage with parameters of type ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionprotected voidAbstractFileStorageProvider.disposeStorage(org.eclipse.core.resources.IProject project, String segment, ITranslationStorageProvider.Storage storage) Dispose storage if the project settings changed.Constructors in com.e1c.langtool.storage with parameters of type ITranslationStorageProvider.StorageModifierConstructorDescriptionStorageValueChangeEvent(ITranslationStorageProvider.Storage storage, StorageID id, TranslationKey translationKey, TranslateLanguage language, String oldTranslation, String newTranslation) -
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.ui
Methods in com.e1c.langtool.ui that return ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionTranslationEditingContext.getStorage()Gets the storage which is editing in this context.Methods in com.e1c.langtool.ui with parameters of type ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionStorageTranslationCache.getTranslation(ITranslationStorageProvider.Storage storage, FeatureValue value, TranslateLanguage language) booleanStorageTranslationCache.hasTranslation(ITranslationStorageProvider.Storage storage, FeatureValue value, TranslateLanguage language) -
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.ui.editor
Methods in com.e1c.langtool.ui.editor that return ITranslationStorageProvider.StorageMethods in com.e1c.langtool.ui.editor with parameters of type ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionvoidStorageMediator.setStorage(ITranslationStorageProvider.Storage storage) -
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.v8.dt.internal.ui.refactoring
Methods in com.e1c.langtool.v8.dt.internal.ui.refactoring that return types with arguments of type ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionUtil.getProjectStorages(org.eclipse.core.resources.IProject project, IStorageSettingsManager storageSettingsManager, ITranslationStorageManager storageManager) ObjectChangeSharedState.getStorages()XtextChangeSharedState.getStorages()Method parameters in com.e1c.langtool.v8.dt.internal.ui.refactoring with type arguments of type ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionstatic voidUtil.performBatchMoveTranslation(Map<FeatureValue, FeatureValue> matches, Collection<ITranslationStorageProvider.Storage> storages, Collection<TranslateLanguage> languages) Constructor parameters in com.e1c.langtool.v8.dt.internal.ui.refactoring with type arguments of type ITranslationStorageProvider.StorageModifierConstructorDescriptionObjectChangeSharedState(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) RemoveEObjectTranslationsOperation(Set<FeatureValue> objectFeatures, List<TranslateLanguage> interfaceLanguages, Collection<ITranslationStorageProvider.Storage> storages) 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 ITranslationStorageProvider.Storage in com.e1c.langtool.v8.dt.ls.importer
Methods in com.e1c.langtool.v8.dt.ls.importer that return ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionprotected ITranslationStorageProvider.StorageAbstractLstrContentImporter.getCurrentStorage(org.eclipse.core.resources.IProject project) Methods in com.e1c.langtool.v8.dt.ls.importer with parameters of type ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionprotected voidAbstractLstrContentImporter.importInterfaces(org.eclipse.emf.ecore.EObject obj, org.eclipse.core.runtime.IPath path, org.eclipse.core.resources.IProject project, ITranslationStorageProvider.Storage storage, Collection<TranslateLanguage> languages) -
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.v8.dt.md.storage
Classes in com.e1c.langtool.v8.dt.md.storage that implement ITranslationStorageProvider.StorageMethods in com.e1c.langtool.v8.dt.md.storage that return ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionDbViewTermsStorageProvider.getStorage(org.eclipse.core.resources.IProject project, String segment) -
Uses of ITranslationStorageProvider.Storage in com.e1c.langtool.v8.dt.storage
Classes in com.e1c.langtool.v8.dt.storage that implement ITranslationStorageProvider.StorageMethods in com.e1c.langtool.v8.dt.storage that return ITranslationStorageProvider.StorageModifier and TypeMethodDescriptionContextDefStorageProvider.getStorage(org.eclipse.core.resources.IProject project, String segment)