com.github.croesch.micro_debug.i18n
Class TextProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by com.github.croesch.micro_debug.i18n.TextProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class TextProperties
extends Properties

Properties that are filled with the properties fetched from the lang/testX.xml files, where X is defined by the attributes of the Locale.

Since:
Date: Jan 25, 2012
Author:
croesch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
TextProperties(Locale loc)
          Properties that are filled with the properties fetched from the lang/testX.xml files, where X is defined by the attributes of the Locale.
 
Method Summary
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextProperties

public TextProperties(Locale loc)
Properties that are filled with the properties fetched from the lang/testX.xml files, where X is defined by the attributes of the Locale.

Parameters:
loc - the Locale to fetch the language, country and variant from
Since:
Date: Jan 25, 2012


Copyright © 2012. All Rights Reserved.