Class Translator

java.lang.Object
org.pentaho.di.ui.i18n.editor.Translator

public class Translator extends Object
  • Field Details

  • Constructor Details

    • Translator

      public Translator(org.eclipse.swt.widgets.Display display)
  • Method Details

    • readFiles

      public void readFiles(String directory) throws org.pentaho.di.core.exception.KettleFileException
      Throws:
      org.pentaho.di.core.exception.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)