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

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

public class CSSEditorMessages
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 the CSSEditor.
static java.lang.String getString(java.lang.String key)
          Gets the string of a 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)
Gets the string of a key.

Parameters:
key - The key to look for in the resourcebundle.
Returns:
The corresponding string value for the key.

getResourceBundle

public static java.util.ResourceBundle getResourceBundle()
Gets the resource bundle for the CSSEditor.

Returns:
The resource bundle.