Package org.eclipse.ui.views.navigator
Class ResourceNavigatorMessages
- java.lang.Object
-
- org.eclipse.ui.views.navigator.ResourceNavigatorMessages
-
@Deprecated public class ResourceNavigatorMessages extends java.lang.ObjectDeprecated.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
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.Stringformat(java.lang.String key, java.lang.Object[] args)Deprecated.Returns the formatted message for the given key in the resource bundle.static java.lang.StringgetString(java.lang.String key)Deprecated.Returns the resource object with the given key in the resource bundle.
-
-
-
Method Detail
-
format
public static java.lang.String format(java.lang.String key, java.lang.Object[] args)Deprecated.Returns the formatted message for the given key in the resource bundle.- Parameters:
key- the resource nameargs- the message arguments- Returns:
- the string
-
getString
public static java.lang.String getString(java.lang.String key)
Deprecated.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
-
-