Uses of Class
com.e1c.langtool.storage.StorageID
Packages that use StorageID
Package
Description
-
Uses of StorageID in com.e1c.langtool.generatestring
Methods in com.e1c.langtool.generatestring that return StorageIDModifier and TypeMethodDescriptionProjectGenerateTranslationStrings.getStorageId()Gets the storage id.TranslationStringsGenerator.getStorageId()Gets the storage id.Methods in com.e1c.langtool.generatestring with parameters of type StorageIDModifier and TypeMethodDescriptionvoidProjectGenerateTranslationStrings.setStorageId(StorageID storageId) Sets the storage id.voidTranslationStringsGenerator.setStorageId(StorageID storageId) Sets the storage id. -
Uses of StorageID in com.e1c.langtool.internal.history.ui.query
Methods in com.e1c.langtool.internal.history.ui.query that return StorageIDMethods in com.e1c.langtool.internal.history.ui.query with parameters of type StorageIDModifier and TypeMethodDescription -
Uses of StorageID in com.e1c.langtool.internal.storage
Methods in com.e1c.langtool.internal.storage that return types with arguments of type StorageIDModifier and TypeMethodDescriptionStorageSettingsManager.getReadStorageIds(org.eclipse.core.resources.IProject project) TranslationStorageManager.getStorageIds(org.eclipse.core.resources.IProject project) Methods in com.e1c.langtool.internal.storage with parameters of type StorageIDModifier and TypeMethodDescriptionTranslationStorageManager.getStorage(org.eclipse.core.resources.IProject project, StorageID id) TranslationStorageManager.getStorageProvider(StorageID id) booleanTranslationStorageManager.isDefaultEnable(StorageID id) booleanStorageSettingsManager.isStorageAvailable(org.eclipse.core.resources.IProject project, StorageID storageId) voidStorageSettingsManager.saveDefaultEditingStorageId(org.eclipse.core.resources.IProject project, StorageID id) Method parameters in com.e1c.langtool.internal.storage with type arguments of type StorageIDModifier and TypeMethodDescriptionvoidStorageSettingsManager.saveReadStorageIds(org.eclipse.core.resources.IProject project, List<StorageID> ids) Constructors in com.e1c.langtool.internal.storage with parameters of type StorageIDModifierConstructorDescriptionContextFileStorage(org.eclipse.core.resources.IProject project, StorageID id, ContextStorageSettings settings, ITranslatingProjectManager translatingProjectManager) DictionaryFileStorage(org.eclipse.core.resources.IProject project, StorageID id, DictionaryStorageSettings settings, ITranslatingProjectManager translatingProjectManager, IStorageSettingsManager storageSettingsManager, ITranslationStorageManager translationStorageManager) -
Uses of StorageID in com.e1c.langtool.internal.ui.view
Methods in com.e1c.langtool.internal.ui.view that return StorageIDModifier and TypeMethodDescriptionSelectableTextCellEditor.ApplicableTranslationQuery.getStorageId()SingleLanguageFeatureValueItem.getStorageId()Constructors in com.e1c.langtool.internal.ui.view with parameters of type StorageIDModifierConstructorDescriptionLanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, StorageID storageId, org.eclipse.core.resources.IProject project, ITranslationStorageManager storageManager, ValidatorRegistry registry) Instantiates a new language feature value item.LanguageItemViewerTextEditingSupport(ColumnViewer viewer, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId) Instantiates a new language item viewer text editing support.SelectableTextCellEditor(FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) SingleLanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId, ITranslationStorageManager storageManager, ValidatorRegistry registry) Instantiates a new single language feature value item.Constructor parameters in com.e1c.langtool.internal.ui.view with type arguments of type StorageIDModifierConstructorDescriptionLanguageColumnEditingSupport(ColumnViewer viewer, int column, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, IQuerySelectionService selectionService, org.eclipse.core.resources.IProject project, Supplier<StorageID> currentStorageId) Instantiates a new language column editing support.MultiStorageFeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style, IEditingContext context, TranslateLanguage language, Supplier<StorageID> storageId) MultiStorageFeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent, IEditingContext context, TranslateLanguage language, Supplier<StorageID> storageId) -
Uses of StorageID in com.e1c.langtool.query
Methods in com.e1c.langtool.query that return StorageIDModifier and TypeMethodDescriptionContextTranslationQuery.getStorageId()IContextTranslationQuery.getStorageId()Returns the translation storage id.Methods in com.e1c.langtool.query with parameters of type StorageIDModifier and TypeMethodDescription -
Uses of StorageID in com.e1c.langtool.storage
Fields in com.e1c.langtool.storage declared as StorageIDMethods in com.e1c.langtool.storage that return StorageIDModifier and TypeMethodDescriptionstatic StorageIDCreates a new storage ID from string.AbstractFileStorage.getId()ITranslationStorageProvider.Storage.getId()Gets the id of storage.StorageValueChangeEvent.getStorageID()Methods in com.e1c.langtool.storage that return types with arguments of type StorageIDModifier and TypeMethodDescriptionIStorageSettingsManager.getReadStorageIds(org.eclipse.core.resources.IProject project) Gets only available (enabled) settings for the project.ITranslationStorageManager.getStorageIds(@NonNull org.eclipse.core.resources.IProject project) Gets all the storage ids with default sorting.Methods in com.e1c.langtool.storage with parameters of type StorageIDModifier and TypeMethodDescriptionint@Nullable ITranslationStorageProvider.StorageITranslationStorageManager.getStorage(@NonNull org.eclipse.core.resources.IProject project, @NonNull StorageID id) Gets the storage.@Nullable ITranslationStorageProviderITranslationStorageManager.getStorageProvider(@NonNull StorageID id) Gets the storage provider.GlobalEditingContext.getTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language) IEditingContext.getTranslation(StorageID storageId, TranslationKey translationKey, TranslateLanguage language) Gets the translation from the storage.booleanITranslationStorageManager.isDefaultEnable(@NonNull StorageID id) Checks if the provider is enable by default.booleanIStorageSettingsManager.isStorageAvailable(org.eclipse.core.resources.IProject project, StorageID storageId) Check that storage with givenstorageIdis available for the specifiedproject.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.voidIStorageSettingsManager.saveDefaultEditingStorageId(org.eclipse.core.resources.IProject project, StorageID id) Save default editing storage id for the project.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.Method parameters in com.e1c.langtool.storage with type arguments of type StorageIDModifier and TypeMethodDescriptionvoidIStorageSettingsManager.saveReadStorageIds(org.eclipse.core.resources.IProject project, List<StorageID> ids) Saves the available storage ids for the project.Constructors in com.e1c.langtool.storage with parameters of type StorageIDModifierConstructorDescriptionAbstractFileStorage(org.eclipse.core.resources.IProject project, StorageID id, StorageSettings settings) Instantiates a new abstract file storage.StorageValueChangeEvent(ITranslationStorageProvider.Storage storage, StorageID id, TranslationKey translationKey, TranslateLanguage language, String oldTranslation, String newTranslation) -
Uses of StorageID in com.e1c.langtool.storage.model
Fields in com.e1c.langtool.storage.model declared as StorageIDModifier and TypeFieldDescriptionstatic final StorageIDStorageSettingsUtils.EDIT_DEFAULT_STORAGE_IDprotected StorageIDStorageSettings.storageIdMethods in com.e1c.langtool.storage.model that return StorageIDModifier and TypeMethodDescriptionContextStorageSettings.getStorageId()Gets the storage id for the context storage provider only.DictionaryStorageSettings.getStorageId()Gets the storage id for the dictionary storage provider only.EditSettings.getStorageId()Gets the storage id.ResourceStorageSettings.getStorageId()Subclasses must override this method to provide correct storage IDStorageSettings.getStorageId()Gets the storage id.Methods in com.e1c.langtool.storage.model that return types with arguments of type StorageIDModifier and TypeMethodDescriptionEditSettings.allStorageIds()All storage IDs of all rules and this settings-level storages.ProjectStorageSettings.allStorageSettings()All storage settings including all contributed settings of other translation providers that not used.ProjectStorageSettings.getReadStorageIds()Gets the read storage IDs.RuleSettings.getStorageIds()Gets the list of storage IDs.StorageIdList.getStorageIds()Gets the storage IDs.EditSettings.getStorageIDs()Gets the storage IDs of the editing settings.Methods in com.e1c.langtool.storage.model with parameters of type StorageIDMethod parameters in com.e1c.langtool.storage.model with type arguments of type StorageID -
Uses of StorageID in com.e1c.langtool.ui
Methods in com.e1c.langtool.ui that return StorageIDMethods in com.e1c.langtool.ui with parameters of type StorageIDModifier and TypeMethodDescriptionStorageTranslationCache.getTranslation(StorageID id, FeatureValue value, TranslateLanguage language) -
Uses of StorageID in com.e1c.langtool.ui.editor.internal.tree
Methods in com.e1c.langtool.ui.editor.internal.tree that return StorageID -
Uses of StorageID in com.e1c.langtool.ui.storage
Method parameters in com.e1c.langtool.ui.storage with type arguments of type StorageIDModifier and TypeMethodDescriptionstatic MultiStorageEditorDialogMultiStorageEditorDialog.create(org.eclipse.swt.widgets.Shell parentShell, IEditingContext editingContext, ContextTranslationKey contextKey, TranslateLanguage language, Supplier<StorageID> storageId) Constructor parameters in com.e1c.langtool.ui.storage with type arguments of type StorageIDModifierConstructorDescriptionprotectedMultiStorageEditorDialog(org.eclipse.swt.widgets.Shell parentShell, IEditingContext editingContext, ContextTranslationKey contextKey, TranslateLanguage language, Supplier<StorageID> storageId, IStorageSettingsManager storageSettingsManager, ValidatorRegistry registry, ITranslationStorageManager sorageManager) -
Uses of StorageID in com.e1c.langtool.v8.dt.languageconverter
Methods in com.e1c.langtool.v8.dt.languageconverter with parameters of type StorageIDModifier and TypeMethodDescriptionvoidLanguageConverter.convertLanguages(org.eclipse.core.resources.IProject project, Collection<Language> languages, org.eclipse.core.resources.IProject targetProject, boolean exportTranslationsToStorage, StorageID storageId, org.eclipse.core.runtime.IProgressMonitor monitor) Converts languages. -
Uses of StorageID in com.e1c.langtool.v8.dt.md.storage
Methods in com.e1c.langtool.v8.dt.md.storage that return StorageID -
Uses of StorageID in com.e1c.langtool.v8.dt.storage
Methods in com.e1c.langtool.v8.dt.storage that return StorageID -
Uses of StorageID in com.e1c.langtool.v8.dt.ui.languageconverter.wizard
Method parameters in com.e1c.langtool.v8.dt.ui.languageconverter.wizard with type arguments of type StorageIDModifier and TypeMethodDescriptionvoidLanguageConversionSettingsWizardPage.init(org.eclipse.core.resources.IProject project, Set<Language> selectedLanguages, AtomicBoolean exportTranslationsToStorage, AtomicReference<StorageID> targetStorageId) -
Uses of StorageID in com.e1c.langtool.v8.dt.ui.storage
Constructor parameters in com.e1c.langtool.v8.dt.ui.storage with type arguments of type StorageID