Uses of Interface
org.openhab.core.i18n.TranslationProvider
Package
Description
-
Uses of TranslationProvider in org.openhab.core.addon
-
Uses of TranslationProvider in org.openhab.core.config.core.i18n
-
Uses of TranslationProvider in org.openhab.core.config.core.status
ModifierConstructorDescriptionConfigStatusService
(EventPublisher eventPublisher, LocaleProvider localeProvider, TranslationProvider i18nProvider, BundleResolver bundleResolver) -
Uses of TranslationProvider in org.openhab.core.config.core.validation
ModifierConstructorDescriptionConfigValidationException
(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
Modifier and TypeFieldDescriptionprotected TranslationProvider
AbstractDiscoveryService.i18nProvider
-
Uses of TranslationProvider in org.openhab.core.i18n
Modifier 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
Modifier and TypeMethodDescriptionprotected void
ThingStatusInfoI18nLocalizationService.setTranslationProvider
(TranslationProvider i18nProvider) protected void
ThingStatusInfoI18nLocalizationService.unsetTranslationProvider
(TranslationProvider i18nProvider) ModifierConstructorDescriptionChannelGroupTypeI18nLocalizationService
(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
ModifierConstructorDescriptionProfileTypeI18nLocalizationService
(TranslationProvider i18nProvider) -
Uses of TranslationProvider in org.openhab.core.ui.icon
Modifier and TypeFieldDescriptionprotected final TranslationProvider
AbstractResourceIconProvider.i18nProvider