Uses of Interface
org.eclipse.e4.core.services.nls.MessageConsumer
Packages that use MessageConsumer
Package
Description
Application programming interfaces for dependency injection of message objects for internationalization.
-
Uses of MessageConsumer in org.eclipse.e4.core.services.nls
Methods in org.eclipse.e4.core.services.nls that return MessageConsumerModifier and TypeMethodDescriptionprotected MessageConsumer
BaseMessageRegistry.createConsumer
(Object control, String method) Methods in org.eclipse.e4.core.services.nls with parameters of type MessageConsumerModifier and TypeMethodDescriptionvoid
BaseMessageRegistry.register
(MessageConsumer consumer, MessageFunction<M> function) Register a consumer and a function that is acting as the supplier of the translation value.void
BaseMessageRegistry.register
(MessageConsumer consumer, MessageSupplier supplier) Register a binding for the given consumer and supplier.