org.apache.batik.ext.swing
Class Messages
java.lang.Object
|
+--org.apache.batik.ext.swing.Messages
- public class Messages
- extends java.lang.Object
This class manages the message for the Swing extensions.
Constructor Summary |
protected |
Messages()
This class does not need to be instantiated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCES
protected static final java.lang.String RESOURCES
- The error messages bundle class name.
localizableSupport
protected static LocalizableSupport localizableSupport
- The localizable support for the error messages.
Messages
protected Messages()
- This class does not need to be instantiated.
setLocale
public static void setLocale(java.util.Locale l)
- Implements
Localizable.setLocale(Locale)
.
getLocale
public static java.util.Locale getLocale()
- Implements
Localizable.getLocale()
.
formatMessage
public static java.lang.String formatMessage(java.lang.String key,
java.lang.Object[] args)
throws java.util.MissingResourceException
- Implements
Localizable.formatMessage(String,Object[])
.
getString
public static java.lang.String getString(java.lang.String key)
throws java.util.MissingResourceException
Copyright © 2002 Apache Software Foundation. All Rights Reserved.