Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.gui » converter » parser » [javadoc | source]
org.jfree.report.modules.gui.converter.parser
public final class: TranslationTableFactory [javadoc | source]
java.lang.Object
   org.jfree.report.modules.gui.converter.parser.TranslationTableFactory
The translation table factory is responsible for building the contexts and reading the translations.
Nested Class Summary:
public static class  TranslationTableFactory.ContextRule  The context rule defines a transition from one context state to an other. How the mapping is done is defined in the contextmap.properties file. 
Method from org.jfree.report.modules.gui.converter.parser.TranslationTableFactory Summary:
buildContext,   getInstance,   getTranslationTable
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.gui.converter.parser.TranslationTableFactory Detail:
 public TranslationTableFactory.ContextRule buildContext(TranslationTableFactory.ContextRule lastContext,
    String context) 
    Builds a context based on the given last context and the new context name. If no last context is given, the context is considered to be an initial context.
 public static synchronized TranslationTableFactory getInstance() 
    Returns the singleton instance of this factory.
 public TranslationTable getTranslationTable(TranslationTableFactory.ContextRule rule) 
    Creates a mapping for the given rule.