org.jogre.common.util
Class JogreLabels

java.lang.Object
  extended byorg.jogre.common.util.AbstractProperties
      extended byorg.jogre.common.util.JogreLabels

public class JogreLabels
extends AbstractProperties

This class provides an easy and effective point for accessing the main JOGRE resource bundle (system_*_*.properties).

Version:
Alpha 0.2.3
Author:
Bob Marks

Field Summary
 
Fields inherited from class org.jogre.common.util.AbstractProperties
rb
 
Method Summary
static String getError(int errorCode)
          Return an error string from an error number.
static JogreLabels getInstance()
          Accessor to singleton instance of this class.
 
Methods inherited from class org.jogre.common.util.AbstractProperties
get, get, get, getBoolean, getBoolean, getInt, getInt, getResourceBundle, reload, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JogreLabels getInstance()
Accessor to singleton instance of this class.

Returns:
Instance of this class.

getError

public static String getError(int errorCode)
Return an error string from an error number.

Parameters:
errorCode - Error number.
Returns:
Error description.