Package com.iizigo.translate
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
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