com.retek.commons.gui.util
Class Translator

java.lang.Object
  extended bycom.retek.commons.gui.util.Translator

public abstract class Translator
extends java.lang.Object

This static class is a wrapper for the instantiated language translation. The managers should be assigned during configuration.

Retek Inc. Copyright (c) 2002


Field Summary
static LanguageTranslator LABEL
          LanguageManager object used to translate labels\strings into different langauges.
static MessageTranslator MESSAGE
          MessageManager object used to translate message codes into full message text.
static MnemonicTranslator MNEMONIC
          MnemonicManager object used to translate mnemonics for labels/buttons, etc.
 
Constructor Summary
Translator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE

public static final MessageTranslator MESSAGE
MessageManager object used to translate message codes into full message text.


LABEL

public static final LanguageTranslator LABEL
LanguageManager object used to translate labels\strings into different langauges.


MNEMONIC

public static final MnemonicTranslator MNEMONIC
MnemonicManager object used to translate mnemonics for labels/buttons, etc.

Constructor Detail

Translator

public Translator()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25