Class GoogleTranslate

java.lang.Object
com.iizix.translate.google.GoogleTranslate
com.iizigo.translate.google.GoogleTranslate
All Implemented Interfaces:
IEditorTranslator, ITranslator

public class GoogleTranslate extends GoogleTranslate implements IEditorTranslator
The Editor version of the Google Translate translator implementation.
Author:
Christopher Mindus
  • Constructor Details

    • GoogleTranslate

      public GoogleTranslate()
      Constructor.
  • Method Details

    • configure

      public boolean configure(Shell shell)
      Configures the translator with a property container.
      Specified by:
      configure in interface IEditorTranslator
      Parameters:
      shell - The shell.
      Returns:
      true for OK, false for cancel.
    • setDemo

      public static void setDemo()
      Sets the demo mode.
    • deconfigure

      public void deconfigure()
      Deconfigures the translator.
      Specified by:
      deconfigure in interface ITranslator
      Overrides:
      deconfigure in class GoogleTranslate