Interface INamedUiElement

    • Method Detail

      • getDisplayName

        String getDisplayName​(Locale locale)
        The display name of this element in the given locale.
        Parameters:
        locale - The locale to get the display name for.
        Returns:
        The display name of this element in the given locale.
      • gettingDisplayName

        static Function<? super INamedUiElement,​String> gettingDisplayName​(Locale locale)
        Gets a function for getting the display name of an INamedUiElement in a specific locale.
        Parameters:
        locale - The locale to get the display name for.
        Returns:
        A function that gets the display name of an INamedUiElement in the specified locale.