Uses of Interface
com.e1c.langtool.settings.ValidatorRegistry
Packages that use ValidatorRegistry
Package
Description
-
Uses of ValidatorRegistry in com.e1c.langtool.internal.settings
Classes in com.e1c.langtool.internal.settings that implement ValidatorRegistry -
Uses of ValidatorRegistry in com.e1c.langtool.internal.ui.view
Constructors in com.e1c.langtool.internal.ui.view with parameters of type ValidatorRegistryModifierConstructorDescriptionFeatureValueCellEditorValidator(ValidatorRegistry registry, FeatureValueValidator.ValidationContext validationContext) LanguageFeatureValueItem(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.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. -
Uses of ValidatorRegistry in com.e1c.langtool.ui.storage
Constructors in com.e1c.langtool.ui.storage with parameters of type ValidatorRegistryModifierConstructorDescriptionFeatureValueEditorValidator(ValidatorRegistry registry, FeatureValueValidator.ValidationContext validationContext) protectedMultiStorageEditorDialog(org.eclipse.swt.widgets.Shell parentShell, IEditingContext editingContext, ContextTranslationKey contextKey, TranslateLanguage language, Supplier<StorageID> storageId, IStorageSettingsManager storageSettingsManager, ValidatorRegistry registry, ITranslationStorageManager sorageManager) -
Uses of ValidatorRegistry in com.e1c.langtool.v8.dt.internal.camelcase
Constructors in com.e1c.langtool.v8.dt.internal.camelcase with parameters of type ValidatorRegistryModifierConstructorDescriptionCamelCaseInterfaceProvider(ITranslatingProject project, IFeatureValueCollectingService collectingService, ITranslatingProjectManager translatingProjectManager, ValidatorRegistry registry, ITranslationStorageManager storageManager) CamelCaseManager(IFeatureValueCollectingService collectingService, ITranslatingProjectManager translatingProjectManager, ValidatorRegistry registry, ITranslationStorageManager storageManager)