Class ToolTipResource


  • @OpenApiAll
    @Deprecated
    public class ToolTipResource
    extends java.lang.Object
    Deprecated.
    This class is used to retrieve the resources from the tool tip resource bundle files.
    • Constructor Detail

      • ToolTipResource

        public ToolTipResource()
        Deprecated.
    • Method Detail

      • getString

        @Deprecated
        public static java.lang.String getString​(java.lang.String key)
        Get localized resource string according the given key.
        Parameters:
        key - key.
        Returns:
        resource string.
      • getString

        @Deprecated
        public static java.lang.String getString​(java.lang.String key,
                                                 java.lang.Object... values)
        Get localized resource string according the given key.
        Parameters:
        key - key.
        values - message arguments.
        Returns:
        resource string.