|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.ext.swing.Messages
public class Messages
This class manages the message for the Swing extensions.
| Field Summary | |
|---|---|
protected static org.apache.batik.i18n.LocalizableSupport |
localizableSupport
The localizable support for the error messages. |
protected static String |
RESOURCES
The error messages bundle class name. |
| Constructor Summary | |
|---|---|
protected |
Messages()
This class does not need to be instantiated. |
| Method Summary | |
|---|---|
static String |
formatMessage(String key,
Object[] args)
Implements Localizable.formatMessage(String,Object[]). |
static Locale |
getLocale()
Implements Localizable.getLocale(). |
static String |
getString(String key)
|
static void |
setLocale(Locale l)
Implements Localizable.setLocale(Locale). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String RESOURCES
protected static org.apache.batik.i18n.LocalizableSupport localizableSupport
| Constructor Detail |
|---|
protected Messages()
| Method Detail |
|---|
public static void setLocale(Locale l)
Localizable.setLocale(Locale).
public static Locale getLocale()
Localizable.getLocale().
public static String formatMessage(String key,
Object[] args)
throws MissingResourceException
Localizable.formatMessage(String,Object[]).
MissingResourceException
public static String getString(String key)
throws MissingResourceException
MissingResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||