Uses of Class
com.e1c.langtool.storage.model.StorageSettings
Packages that use StorageSettings
Package
Description
-
Uses of StorageSettings in com.e1c.langtool.internal.storage
Methods in com.e1c.langtool.internal.storage with parameters of type StorageSettingsModifier and TypeMethodDescriptionprotected com.google.inject.Provider<ITranslationFileEditorFactory<?>>ContextFileStorage.getTranslationFileEditorFactory(StorageSettings settings) protected com.google.inject.Provider<ITranslationFileEditorFactory<?>>DictionaryFileStorage.getTranslationFileEditorFactory(StorageSettings settings) Method parameters in com.e1c.langtool.internal.storage with type arguments of type StorageSettingsModifier and TypeMethodDescriptionvoidStorageSettingsManager.saveReadSettings(org.eclipse.core.resources.IProject project, List<StorageSettings> settings) -
Uses of StorageSettings in com.e1c.langtool.storage
Methods in com.e1c.langtool.storage with parameters of type StorageSettingsModifier and TypeMethodDescriptionprotected abstract com.google.inject.Provider<ITranslationFileEditorFactory<?>>AbstractFileStorage.getTranslationFileEditorFactory(StorageSettings settings) Method parameters in com.e1c.langtool.storage with type arguments of type StorageSettingsModifier and TypeMethodDescriptionvoidIStorageSettingsManager.saveReadSettings(org.eclipse.core.resources.IProject project, List<StorageSettings> settings) Save the list of settings for the project.Constructors in com.e1c.langtool.storage with parameters of type StorageSettingsModifierConstructorDescriptionAbstractFileStorage(org.eclipse.core.resources.IProject project, StorageID id, StorageSettings settings) Instantiates a new abstract file storage. -
Uses of StorageSettings in com.e1c.langtool.storage.model
Subclasses of StorageSettings in com.e1c.langtool.storage.modelModifier and TypeClassDescriptionfinal classThe settings of the file resource context storage.final classThe settings of the file resource context storage.final classThe settings of default editing strategy that allows to select closestStorageIDwhat applicable to edit.classAbstract resource file storage settings.Methods in com.e1c.langtool.storage.model that return types with arguments of type StorageSettingsModifier and TypeMethodDescriptionProjectStorageSettings.allStorageSettings()All storage settings including all contributed settings of other translation providers that not used.ProjectStorageSettings.getContributed()Gets the contributed settings of translation provider segments that not used in this model.ProjectStorageSettings.getReadStorageSettings()Gets the read storage settings in order of it's use when read storages.ProjectStorageSettings.getStorages()Gets the storage settings.ProjectStorageSettings.getStorageSettings()Gets the storage settings.Methods in com.e1c.langtool.storage.model with parameters of type StorageSettingsModifier and TypeMethodDescriptionvoidProjectStorageSettings.addContributed(StorageSettings settings) Adds the contributed settings of other translation providers that not used in this model.voidProjectStorageSettings.addStorages(StorageSettings storages) Adds the other non-resources storage settings.static voidStorageSettingsUtils.appendFeatureSettingsByStorage(CommonFeatureSettings.Builder builder, StorageSettings settings) Append feature settings by storage feature filter setting.static booleanStorageSettingsUtils.canStoreFeature(StorageSettings settings, FeatureSettings featureSettings) Can store feature.static booleanStorageSettingsUtils.getBooleanSettings(StorageSettings settings, String key, boolean defaultValue) Gets the boolean from the storage settings.static StringStorageSettingsUtils.getStringSettings(StorageSettings settings, String key, String defaultValue) Gets the string form the storage settings.protected voidStorageModelValidator.validate(StorageSettings object) Validate storage settings.Method parameters in com.e1c.langtool.storage.model with type arguments of type StorageSettingsModifier and TypeMethodDescriptionvoidProjectStorageSettings.setStorages(List<StorageSettings> storages) Sets the storage settings.voidProjectStorageSettings.setStorages(Map<String, StorageSettings> storages) Sets the storage settings. -
Uses of StorageSettings in com.e1c.langtool.ui.storage
Constructors in com.e1c.langtool.ui.storage with parameters of type StorageSettingsModifierConstructorDescriptionStorageEntryComposite(org.eclipse.swt.widgets.Composite parent, IEditingContext editingContext, StorageSettings settings, ContextTranslationKey contextKey, TranslateLanguage language, org.eclipse.jface.dialogs.IInputValidator validator) -
Uses of StorageSettings in com.e1c.langtool.v8.dt.ui.storage
Methods in com.e1c.langtool.v8.dt.ui.storage that return types with arguments of type StorageSettingsModifier and TypeMethodDescriptionprotected List<StorageSettings>ProjectEditorStorageSection.getInput()protected List<StorageSettings>StoragePropertyPage.getInput()