org.eclipse.cdt.internal.ui.editor
Class CEditorMessages
java.lang.Object
org.eclipse.cdt.internal.ui.editor.CEditorMessages
public class CEditorMessages
- extends java.lang.Object
Method Summary |
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.Object arg)
Gets a string from the resource bundle and formats it with arguments |
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.Object[] args)
Gets a string from the resource bundle and formats it with arguments |
static java.util.ResourceBundle |
getResourceBundle()
|
static java.lang.String |
getString(java.lang.String key)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getResourceBundle
public static java.util.ResourceBundle getResourceBundle()
getString
public static java.lang.String getString(java.lang.String key)
getFormattedString
public static java.lang.String getFormattedString(java.lang.String key,
java.lang.Object[] args)
- Gets a string from the resource bundle and formats it with arguments
getFormattedString
public static java.lang.String getFormattedString(java.lang.String key,
java.lang.Object arg)
- Gets a string from the resource bundle and formats it with arguments