| Home >> All >> org >> apache >> batik >> [ i18n Javadoc ] |
org.apache.batik.i18n: Javadoc index of package org.apache.batik.i18n.
Package Samples:
org.apache.batik.i18n
Classes:
LocalizableSupport: This class provides a default implementation of the Localizable interface. You can use it as a base class or as a member field and delegates various work to it. For example, to implement Localizable, the following code can be used: package mypackage; ... public class MyClass implements Localizable { // This code fragment requires a file named // 'mypackage/resources/Messages.properties', or a // 'mypackage.resources.Messages' class which extends // java.util.ResourceBundle, accessible using the current // classpath. LocalizableSupport localizableSupport = new LocalizableSupport("mypackage.resources.Messages"); ...
Localizable: This interface must be implemented by the classes which must provide a way to override the default locale.
ExtendedLocalizable: This interface provides much more control over internationalization than the Localizable interface.
LocaleGroup: This class represents a group of ExtendedLocalizable objects which have a shared default locale.
| Home | Contact Us | Privacy Policy | Terms of Service |