org.pentaho.di.ui.i18n.editor
Class Translator
java.lang.Object
org.pentaho.di.ui.i18n.editor.Translator
public class Translator
- extends Object
APP_NAME
public static final String APP_NAME
- See Also:
- Constant Field Values
ROOT
public static final String ROOT
- See Also:
- Constant Field Values
EXTENSION
public static final String EXTENSION
- See Also:
- Constant Field Values
MESSAGES_DIR
public static final String MESSAGES_DIR
- See Also:
- Constant Field Values
MESSAGES_PREFIX
public static final String MESSAGES_PREFIX
- See Also:
- Constant Field Values
LOCALE_LENGTH
public static final int LOCALE_LENGTH
- See Also:
- Constant Field Values
SYSTEM_KEY_PREFIX
public static final String SYSTEM_KEY_PREFIX
- See Also:
- Constant Field Values
REFERENCE_LOCALE
public static final String REFERENCE_LOCALE
- See Also:
- Constant Field Values
Translator
public Translator(Display display)
readFiles
public void readFiles(String directory)
throws KettleFileException
- Throws:
KettleFileException
open
public void open()
reload
public void reload()
quitFile
public boolean quitFile()
refresh
public void refresh()
refreshList
public void refreshList()
refreshGrid
public void refreshGrid()
getClassname
public String getClassname(String key)
getLocale
public String getLocale(String filename)
getAvailableLocale
public String[] getAvailableLocale()
getSelectedLocale
public String[] getSelectedLocale()
selectLocales
public void selectLocales()
toString
public String toString()
- Overrides:
toString
in class Object
main
public static void main(String[] args)