Uses of Interface
org.openhab.core.i18n.TranslationProvider
Packages that use TranslationProvider
Package
Description
-
Uses of TranslationProvider in org.openhab.core.addon
Constructors in org.openhab.core.addon with parameters of type TranslationProvider -
Uses of TranslationProvider in org.openhab.core.config.core.i18n
Constructors in org.openhab.core.config.core.i18n with parameters of type TranslationProvider -
Uses of TranslationProvider in org.openhab.core.config.core.status
Constructors in org.openhab.core.config.core.status with parameters of type TranslationProviderModifierConstructorDescriptionConfigStatusService
(EventPublisher eventPublisher, LocaleProvider localeProvider, TranslationProvider i18nProvider, BundleResolver bundleResolver) -
Uses of TranslationProvider in org.openhab.core.config.core.validation
Constructors in org.openhab.core.config.core.validation with parameters of type TranslationProviderModifierConstructorDescriptionConfigValidationException
(org.osgi.framework.Bundle bundle, TranslationProvider translationProvider, Collection<ConfigValidationMessage> configValidationMessages) Creates a newConfigValidationException
for the givenConfigValidationMessage
s. -
Uses of TranslationProvider in org.openhab.core.config.discovery
Fields in org.openhab.core.config.discovery declared as TranslationProviderModifier and TypeFieldDescriptionprotected TranslationProvider
AbstractDiscoveryService.i18nProvider
-
Uses of TranslationProvider in org.openhab.core.i18n
Methods in org.openhab.core.i18n with parameters of type TranslationProviderModifier and TypeMethodDescription@Nullable String
AbstractI18nException.getLocalizedMessage
(@Nullable org.osgi.framework.Bundle bundle, @Nullable TranslationProvider i18nProvider, @Nullable Locale locale) Returns a localized description of this exception.@Nullable String
AbstractI18nException.getMessage
(@Nullable org.osgi.framework.Bundle bundle, @Nullable TranslationProvider i18nProvider) Returns the detail message string of this exception. -
Uses of TranslationProvider in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n with parameters of type TranslationProviderModifier and TypeMethodDescriptionprotected void
ThingStatusInfoI18nLocalizationService.setTranslationProvider
(TranslationProvider i18nProvider) protected void
ThingStatusInfoI18nLocalizationService.unsetTranslationProvider
(TranslationProvider i18nProvider) Constructors in org.openhab.core.thing.i18n with parameters of type TranslationProviderModifierConstructorDescriptionChannelGroupTypeI18nLocalizationService
(TranslationProvider i18nProvider, ChannelTypeI18nLocalizationService channelTypeI18nLocalizationService, ChannelTypeRegistry channelTypeRegistry) ChannelTypeI18nLocalizationService
(TranslationProvider i18nProvider) ThingTypeI18nLocalizationService
(TranslationProvider i18nProvider, ChannelGroupTypeI18nLocalizationService channelGroupTypeI18nLocalizationService, ChannelGroupTypeRegistry channelGroupTypeRegistry, ChannelTypeI18nLocalizationService channelTypeI18nLocalizationService, ChannelTypeRegistry channelTypeRegistry) -
Uses of TranslationProvider in org.openhab.core.thing.profiles.i18n
Constructors in org.openhab.core.thing.profiles.i18n with parameters of type TranslationProviderModifierConstructorDescriptionProfileTypeI18nLocalizationService
(TranslationProvider i18nProvider) -
Uses of TranslationProvider in org.openhab.core.ui.icon
Fields in org.openhab.core.ui.icon declared as TranslationProviderModifier and TypeFieldDescriptionprotected final TranslationProvider
AbstractResourceIconProvider.i18nProvider
Constructors in org.openhab.core.ui.icon with parameters of type TranslationProvider