|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.jabberaccregwizz.Resources
public class Resources
The Resources class manages the access to the internationalization properties files and the image resources used in this plugin.
| Field Summary | |
|---|---|
static ImageID |
PAGE_IMAGE
A constant pointing to the Aim protocol wizard page image. |
static ImageID |
PROTOCOL_ICON
A constant pointing to the Jabber protocol logo image. |
| Constructor Summary | |
|---|---|
Resources()
|
|
| Method Summary | |
|---|---|
static byte[] |
getImage(ImageID imageID)
Loads an image from a given image identifier. |
static char |
getMnemonic(String key)
Returns an internationalized string corresponding to the given key. |
static InputStream |
getPropertyInputStream(String key)
Returns the resource for the given key. |
static ResourceManagementService |
getResources()
Returns the ResourceManagementService. |
static String |
getSettingsString(String key)
Returns an internationalized string corresponding to the given key. |
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 |
| Field Detail |
|---|
public static ImageID PROTOCOL_ICON
public static ImageID PAGE_IMAGE
| Constructor Detail |
|---|
public Resources()
| Method Detail |
|---|
public static String getString(String key)
key - The key of the string.
public static String getSettingsString(String key)
key - The key of the string.
public static char getMnemonic(String key)
key - The key of the string.
public static byte[] getImage(ImageID imageID)
imageID - The identifier of the image.
public static InputStream getPropertyInputStream(String key)
key - the key of the resource to search for
public static ResourceManagementService getResources()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||