Package org.eclipse.ui.views.navigator
Class ResourceNavigatorMessages
java.lang.Object
org.eclipse.ui.views.navigator.ResourceNavigatorMessages
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 TypeMethodDescriptionstatic String
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.
-
Method Details
-
format
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 nameargs
- the message arguments- Returns:
- the string
-
getString
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
-