public class ToolsRes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addPropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener listener)
Adds a PropertyChangeListener.
|
static java.lang.String |
getLanguage()
Gets the language for this locale.
|
static java.lang.String |
getString(java.lang.String key)
Gets the localized value of a string.
|
static void |
removePropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener listener)
Removes a PropertyChangeListener.
|
static void |
setLocale(java.util.Locale loc)
Sets the locale.
|
public static java.lang.String getString(java.lang.String key)
key
- the string to localizepublic static java.lang.String getLanguage()
public static void setLocale(java.util.Locale loc)
loc
- the localepublic static void addPropertyChangeListener(java.lang.String property, java.beans.PropertyChangeListener listener)
property
- the name of the property (only "locale" accepted)listener
- the object requesting property change notificationpublic static void removePropertyChangeListener(java.lang.String property, java.beans.PropertyChangeListener listener)
property
- the name of the property (only "locale" accepted)listener
- the listener requesting removal