|
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.impl.osdependent.Resources
public class Resources
The Messages class manages the access to the internationalization properties files.
| Constructor Summary | |
|---|---|
Resources()
|
|
| Method Summary | |
|---|---|
static String |
getApplicationString(String key)
Returns the application property string corresponding to the given key. |
static ImageIcon |
getImage(String imageID)
Loads an image from a given image identifier. |
static URL |
getImageURL(String imageID)
Loads an image url from a given image identifier. |
static char |
getMnemonic(String key)
Returns an internationalized string corresponding to the given key. |
static ResourceManagementService |
getResources()
|
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 |
| Constructor Detail |
|---|
public Resources()
| Method Detail |
|---|
public static String getString(String key)
key - The key of the string.
public static char getMnemonic(String key)
key - The key of the string.
public static ImageIcon getImage(String imageID)
imageID - The identifier of the image.
public static URL getImageURL(String imageID)
imageID - The identifier of the image.
public static String getApplicationString(String key)
key - The key of the string.
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 | |||||||||