|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.text.c.hover.CHoverMessages
public class CHoverMessages
CHoverMessages
Method Summary | |
---|---|
static java.lang.String |
getFormattedString(java.lang.String key,
boolean arg)
Gets a string from the resource bundle and formats it with the argument |
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.Object arg)
Gets a string from the resource bundle and formats it with the argument |
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.Object arg1,
java.lang.Object arg2)
Gets a string from the resource bundle and formats it with the arguments |
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 |
Method Detail |
---|
public static java.lang.String getString(java.lang.String key)
public static java.lang.String getFormattedString(java.lang.String key, java.lang.Object arg)
key
- the string used to get the bundle value, must not be nullpublic static java.lang.String getFormattedString(java.lang.String key, java.lang.Object arg1, java.lang.Object arg2)
key
- the string used to get the bundle value, must not be nullpublic static java.lang.String getFormattedString(java.lang.String key, boolean arg)
key
- the string used to get the bundle value, must not be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |