net.java.sip.communicator.impl.protocol.ssh
Class Resources
java.lang.Object
net.java.sip.communicator.impl.protocol.ssh.Resources
public class Resources
- extends Object
- Author:
- Shobhit Jindal
|
Method Summary |
static byte[] |
getImage(ImageID imageID)
Loads an image from a given image identifier. |
static String |
getString(String key)
Returns an string corresponding to the given key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSH_LOGO
public static ImageID SSH_LOGO
Resources
public Resources()
getString
public static String getString(String key)
- Returns an string corresponding to the given key.
- Parameters:
key - The key of the string.
- Returns:
- a string corresponding to the given key.
getImage
public static byte[] getImage(ImageID 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.