Interface IEditorTranslator

All Superinterfaces:
ITranslator
All Known Implementing Classes:
AzureCognitiveServices, GoogleTranslate

public interface IEditorTranslator extends ITranslator
Additional Editor interface for the translator.
Author:
Christopher Mindus
  • Method Details

    • configure

      boolean configure(Shell shell)
      Configures the translator with a property container.
      Parameters:
      shell - The shell.
      Returns:
      true for OK, false for cancel.