Uses of Class
com.e1c.langtool.storage.model.DictionaryStorageSettings
Packages that use DictionaryStorageSettings
Package
Description
-
Uses of DictionaryStorageSettings in com.e1c.langtool.internal.storage
Constructors in com.e1c.langtool.internal.storage with parameters of type DictionaryStorageSettingsModifierConstructorDescriptionDictionaryFileStorage(org.eclipse.core.resources.IProject project, StorageID id, DictionaryStorageSettings settings, ITranslatingProjectManager translatingProjectManager, IStorageSettingsManager storageSettingsManager, ITranslationStorageManager translationStorageManager) -
Uses of DictionaryStorageSettings in com.e1c.langtool.storage
Methods in com.e1c.langtool.storage with parameters of type DictionaryStorageSettingsModifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.IPathTranslationStorageUtils.getDictionaryFilePath(DictionaryStorageSettings settings, TranslateLanguage language) Gets the dictionary file path by settings. -
Uses of DictionaryStorageSettings in com.e1c.langtool.storage.dictionary
Methods in com.e1c.langtool.storage.dictionary with parameters of type DictionaryStorageSettingsModifier and TypeMethodDescriptionIFileEditor<? extends DictionaryData>DictionaryFormatFactory.createEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, DictionaryStorageSettings settings, TranslateLanguage language) Creates a new file editor of the dictionary data object.Constructors in com.e1c.langtool.storage.dictionary with parameters of type DictionaryStorageSettingsModifierConstructorDescriptionDictionaryFormatFactory(DictionaryStorageSettings settings, ITranslatingProjectManager translatingProjectManager, IStorageSettingsManager storageSettingsManager, ITranslationStorageManager translationStorageManager) -
Uses of DictionaryStorageSettings in com.e1c.langtool.storage.model
Methods in com.e1c.langtool.storage.model that return types with arguments of type DictionaryStorageSettingsModifier and TypeMethodDescriptionProjectStorageSettings.getDictionary()Gets the dictionary storage settings.ProjectStorageSettings.getDictionarySettings()Gets the dictionary storage settings.Methods in com.e1c.langtool.storage.model with parameters of type DictionaryStorageSettingsModifier and TypeMethodDescriptionvoidProjectStorageSettings.addDictionary(DictionaryStorageSettings dictionary) Adds the dictionary settings.protected voidStorageModelValidator.validate(DictionaryStorageSettings object) Validate dictionary storage settings.Method parameters in com.e1c.langtool.storage.model with type arguments of type DictionaryStorageSettingsModifier and TypeMethodDescriptionvoidProjectStorageSettings.setDictionary(List<DictionaryStorageSettings> dictionary) Sets the dictionary storage settings.voidProjectStorageSettings.setDictionary(Map<String, DictionaryStorageSettings> dictionary) Sets the dictionary storage settings. -
Uses of DictionaryStorageSettings in com.e1c.langtool.storage.properties
Constructors in com.e1c.langtool.storage.properties with parameters of type DictionaryStorageSettingsModifierConstructorDescriptionPropertiesDictionaryFileEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, DictionaryStorageSettings settings, TranslateLanguage language, ITranslatingProjectManager translatingProjectManager, IStorageSettingsManager storageSettingsManager, ITranslationStorageManager translationStorageManager) Instantiates a new properties dictionary file editor. -
Uses of DictionaryStorageSettings in com.e1c.langtool.storage.regex
Constructors in com.e1c.langtool.storage.regex with parameters of type DictionaryStorageSettingsModifierConstructorDescriptionRegExDictionaryFileEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, DictionaryStorageSettings settings, TranslateLanguage language, ITranslatingProjectManager translatingProjectManager, IStorageSettingsManager storageSettingsManager, ITranslationStorageManager translationStorageManager)