Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | List of all members
org.sleuthkit.autopsy.contentviewers.TranslatablePanel.OnTranslation Class Reference

Inherits org.sleuthkit.autopsy.texttranslation.ui.TranslateTextTask.

Public Member Functions

TranslateResult doInBackground () throws InterruptedException
 
void done ()
 

Protected Member Functions

void onErrorDisplay (String text, ComponentOrientation orientation, int font)
 
void onProgressDisplay (String text, ComponentOrientation orientation, int font)
 
void onTextDisplay (String text, ComponentOrientation orientation, int font)
 
String retrieveText () throws IOException, InterruptedException, IllegalStateException
 
String translate (String input) throws NoServiceProviderException, TranslationException
 

Detailed Description

This connects the swing worker specified by TranslateTextTask to this component.

Definition at line 134 of file TranslatablePanel.java.

Member Function Documentation

TranslateResult org.sleuthkit.autopsy.texttranslation.ui.TranslateTextTask.doInBackground ( ) throws InterruptedException
inherited
void org.sleuthkit.autopsy.texttranslation.ui.TranslateTextTask.done ( )
inherited
void org.sleuthkit.autopsy.contentviewers.TranslatablePanel.OnTranslation.onErrorDisplay ( String  text,
ComponentOrientation  orientation,
int  font 
)
protected
void org.sleuthkit.autopsy.contentviewers.TranslatablePanel.OnTranslation.onProgressDisplay ( String  text,
ComponentOrientation  orientation,
int  font 
)
protected
void org.sleuthkit.autopsy.contentviewers.TranslatablePanel.OnTranslation.onTextDisplay ( String  text,
ComponentOrientation  orientation,
int  font 
)
protected
String org.sleuthkit.autopsy.contentviewers.TranslatablePanel.OnTranslation.retrieveText ( ) throws IOException, InterruptedException, IllegalStateException
protected
String org.sleuthkit.autopsy.contentviewers.TranslatablePanel.OnTranslation.translate ( String  input) throws NoServiceProviderException, TranslationException
protected

The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.