Uses of Interface
com._1c.g5.v8.dt.common.localization.ILocalizationProvider
-
Packages that use ILocalizationProvider Package Description com._1c.g5.v8.dt.common.localization com._1c.g5.v8.dt.form.localization com._1c.g5.v8.dt.ui.editor.localization -
-
Uses of ILocalizationProvider in com._1c.g5.v8.dt.common.localization
Subinterfaces of ILocalizationProvider in com._1c.g5.v8.dt.common.localization Modifier and Type Interface Description interface
IEnumLiteralLocalizationProvider
ILocalizationProvider
specialized in localization ofEEnumLiteral
values.interface
IFeatureNameLocalizationProvider
ILocalizationProvider
specialized in localization ofEStructuralFeature
names.Classes in com._1c.g5.v8.dt.common.localization that implement ILocalizationProvider Modifier and Type Class Description class
EnumLiteralLocalizationProvider
AnIEnumLiteralLocalizationProvider
implementation.class
FeatureNameLocalizationProvider
Implementation ofIFeatureNameLocalizationProvider
.class
LocalizationManager
Manages the set of localizationResourceBundle
s registered viacom._1c.g5.v8.dt.common.localization.bundles
extension point.class
ManagerBasedLocalizationProviderBase<T>
Base class forLocalizationManager
based localization providers. -
Uses of ILocalizationProvider in com._1c.g5.v8.dt.form.localization
Classes in com._1c.g5.v8.dt.form.localization that implement ILocalizationProvider Modifier and Type Class Description class
EventNameLocalizationProvider
Event
names localization provider. -
Uses of ILocalizationProvider in com._1c.g5.v8.dt.ui.editor.localization
Classes in com._1c.g5.v8.dt.ui.editor.localization that implement ILocalizationProvider Modifier and Type Class Description class
DtGranularEditorSectionLocalizationProvider
TheILocalizationProvider
forEnumerator
values that are the DT editor section representation.
-