org.fife.rtext.plugins.project
Class Messages

java.lang.Object
  extended by org.fife.rtext.plugins.project.Messages

public class Messages
extends java.lang.Object

Localized messages for the Project plugin.

Version:
1.0
Author:
Robert Futrell

Method Summary
static int getMnemonic(java.lang.String key)
          Returns a localized message representing a mnemonic (a single character).
static java.lang.String getString(java.lang.String key, java.lang.String... params)
          Returns a localized message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMnemonic

public static int getMnemonic(java.lang.String key)
Returns a localized message representing a mnemonic (a single character).

Parameters:
key - The key for the message.
Returns:
The localized mnemonic.

getString

public static java.lang.String getString(java.lang.String key,
                                         java.lang.String... params)
Returns a localized message.

Parameters:
key - The key for the message.
params - Any arguments for the localized message string.
Returns:
The localized message.