Class ResourceNavigatorMessages

java.lang.Object
org.eclipse.ui.views.navigator.ResourceNavigatorMessages

@Deprecated(forRemoval=true) public class ResourceNavigatorMessages extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
These messages are not API and should not be referenced outside of this plug-in.
Utility class which helps managing messages
Since:
2.0
Restriction:
This class is not intended to be subclassed by clients., This class is not intended to be subclassed by clients.
Restriction:
This class is not intended to be referenced by clients. Planned to be deleted, please see Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=549953
Restriction:
This class is not intended to be instantiated by clients., This class is not intended to be instantiated by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    format(String key, Object[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the formatted message for the given key in the resource bundle.
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the resource object with the given key in the resource bundle.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • format

      public static String format(String key, Object[] args)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the formatted message for the given key in the resource bundle.
      Parameters:
      key - the resource name
      args - the message arguments
      Returns:
      the string
    • getString

      public static String getString(String key)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the resource object with the given key in the resource bundle. If there isn't any value under the given key, the key is returned.
      Parameters:
      key - the resource name
      Returns:
      the string