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 newConfigValidationExceptionfor the givenConfigValidationMessages. -
Uses of TranslationProvider in org.openhab.core.config.discovery
Fields in org.openhab.core.config.discovery declared as TranslationProviderModifier and TypeFieldDescriptionprotected TranslationProviderAbstractDiscoveryService.i18nProvider -
Uses of TranslationProvider in org.openhab.core.config.discovery.sddp
Constructors in org.openhab.core.config.discovery.sddp with parameters of type TranslationProviderModifierConstructorDescriptionSddpDiscoveryService(@Nullable Map<String, Object> configProperties, NetworkAddressService networkAddressService, TranslationProvider i18nProvider, LocaleProvider localeProvider) -
Uses of TranslationProvider in org.openhab.core.i18n
Methods in org.openhab.core.i18n with parameters of type TranslationProviderModifier and TypeMethodDescription@Nullable StringAbstractI18nException.getLocalizedMessage(@Nullable org.osgi.framework.Bundle bundle, @Nullable TranslationProvider i18nProvider, @Nullable Locale locale) Returns a localized description of this exception.@Nullable StringAbstractI18nException.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 voidThingStatusInfoI18nLocalizationService.setTranslationProvider(TranslationProvider i18nProvider) protected voidThingStatusInfoI18nLocalizationService.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 TranslationProviderAbstractResourceIconProvider.i18nProviderConstructors in org.openhab.core.ui.icon with parameters of type TranslationProviderModifierConstructorDescriptionprotectedAbstractResourceIconProvider(TranslationProvider i18nProvider)