org.radrails.rails.internal.ui.editors.css
Class HTMLEditorMessages

java.lang.Object
  extended byorg.radrails.rails.internal.ui.editors.css.HTMLEditorMessages

public class HTMLEditorMessages
extends java.lang.Object

Gets a reference to the message bundle.

Version:
0.4.1
Author:
mbaumbach

Method Summary
static java.util.ResourceBundle getResourceBundle()
          Gets the resource bundle for this messages object.
static java.lang.String getString(java.lang.String key)
          Gets the string for the specified key in the message bundle.
 
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)
Gets the string for the specified key in the message bundle.

Parameters:
key - The key to look up.
Returns:
The value of the key.

getResourceBundle

public static java.util.ResourceBundle getResourceBundle()
Gets the resource bundle for this messages object.

Returns:
A ResourceBundle.