Package com.iizigo.translate
Interface IEditorTranslator
- All Superinterfaces:
ITranslator
- All Known Implementing Classes:
AzureCognitiveServices
,GoogleTranslate
Additional Editor interface for the translator.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.eclipse.swt.widgets.Shell shell) Configures the translator with a property container.Methods inherited from interface com.iizix.translate.ITranslator
canTranslate, deconfigure, getLanguageCode, getLanguageDescription, getName, getReadyState, isLanguageHandled, translate, updateSupportedLanguages
Method Details
configure
boolean configure(org.eclipse.swt.widgets.Shell shell) Configures the translator with a property container.- Parameters:
shell
- The shell.- Returns:
- true for OK, false for cancel.