Uses of Class
org.openhab.core.tools.i18n.plugin.Translations.TranslationsGroup
-
Uses of Translations.TranslationsGroup in org.openhab.core.tools.i18n.plugin
Modifier and TypeMethodDescriptionTranslations.TranslationsGroup.group
(Stream<Translations.TranslationsEntry> entries) Translations.TranslationsGroup.group
(Translations.TranslationsEntry... entries) Modifier and TypeMethodDescriptionint
Translations.TranslationsGroup.compareTo
(Translations.TranslationsGroup other) Translations.TranslationsSection.section
(String header, Translations.TranslationsGroup... groups) Translations.TranslationsSection.section
(Translations.TranslationsGroup... groups) Modifier and TypeMethodDescriptionTranslations.TranslationsSection.section
(String header, Stream<Translations.TranslationsGroup> groups) Translations.TranslationsSection.section
(Stream<Translations.TranslationsGroup> groups) ModifierConstructorDescriptionTranslationsSection
(String header, List<Translations.TranslationsGroup> groups)