net.java.sip.communicator.plugin.notificationconfiguration
Class Resources
java.lang.Object
net.java.sip.communicator.plugin.notificationconfiguration.Resources
public class Resources
- extends Object
The Messages class manages the access to the internationalization
properties files.
- Author:
- Yana Stamcheva
|
Method Summary |
static byte[] |
getImageInBytes(String imageID)
Loads an image from a given image identifier. |
static String |
getString(String key)
Returns an internationalized string corresponding to the given key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resources
public Resources()
getString
public static String getString(String key)
- Returns an internationalized string corresponding to the given key.
- Parameters:
key - The key of the string.
- Returns:
- An internationalized string corresponding to the given key.
getImageInBytes
public static byte[] getImageInBytes(String imageID)
- Loads an image from a given image identifier.
- Parameters:
imageID - The identifier of the image.
- Returns:
- The image for the given identifier.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.