org.eclipse.cdt.internal.ui.text.c.hover
Class CHoverMessages

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.c.hover.CHoverMessages

public class CHoverMessages
extends java.lang.Object

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

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 arg)
Gets a string from the resource bundle and formats it with the argument

Parameters:
key - the string used to get the bundle value, must not be null
Since:
3.0

getFormattedString

public 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

Parameters:
key - the string used to get the bundle value, must not be null
Since:
3.0

getFormattedString

public static java.lang.String getFormattedString(java.lang.String key,
                                                  boolean arg)
Gets a string from the resource bundle and formats it with the argument

Parameters:
key - the string used to get the bundle value, must not be null
Since:
3.0