org.apache.batik.swing

Class Messages

public class Messages extends Object

This class manages the message for the test.svg module.
Field Summary
protected static LocalizableSupportlocalizableSupport
The localizable support for the error messages.
protected static StringRESOURCES
The error messages bundle class name.
Constructor Summary
protected Messages()
This class does not need to be instantiated.
Method Summary
static StringformatMessage(String key, Object[] args)
Implements (String,Object[]).
static LocalegetLocale()
Implements getLocale.
static voidsetLocale(Locale l)
Implements setLocale.

Field Detail

localizableSupport

protected static LocalizableSupport localizableSupport
The localizable support for the error messages.

RESOURCES

protected static final String RESOURCES
The error messages bundle class name.

Constructor Detail

Messages

protected Messages()
This class does not need to be instantiated.

Method Detail

formatMessage

public static String formatMessage(String key, Object[] args)
Implements (String,Object[]).

getLocale

public static Locale getLocale()
Implements getLocale.

setLocale

public static void setLocale(Locale l)
Implements setLocale.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.