com.bea.workshop.controls.core
Class ControlsCoreMessages

java.lang.Object
  extended by com.bea.workshop.controls.core.ControlsCoreMessages

public class ControlsCoreMessages
extends Object


Method Summary
static String getFormattedString(String key, Object arg)
          Gets a string from the resource bundle and formats it with the argument
static String getFormattedString(String key, Object[] args)
          Gets a string from the resource bundle and formats it with arguments
static String getString(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static String getString(String key)

getFormattedString

public static String getFormattedString(String key,
                                        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

getFormattedString

public static String getFormattedString(String key,
                                        Object[] args)
Gets a string from the resource bundle and formats it with arguments