|
Autopsy 4.22.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
import com.google.common.collect.Lists;import com.google.common.util.concurrent.ThreadFactoryBuilder;import java.awt.Component;import java.awt.ComponentOrientation;import java.awt.Font;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.io.IOException;import java.io.Reader;import java.util.Arrays;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;import java.util.concurrent.ThreadFactory;import org.openide.nodes.Node;import org.openide.util.lookup.ServiceProvider;import org.sleuthkit.autopsy.corecomponentinterfaces.TextViewer;import org.sleuthkit.datamodel.AbstractFile;import org.openide.util.Lookup;import org.openide.util.NbBundle;import org.openide.util.lookup.Lookups;import org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator;import org.sleuthkit.autopsy.textextractors.TextExtractor;import org.sleuthkit.autopsy.textextractors.TextExtractorFactory;import org.sleuthkit.autopsy.textextractors.configs.ImageConfig;import org.sleuthkit.autopsy.texttranslation.TextTranslationService;import java.util.List;import java.util.logging.Level;import javax.swing.SwingUtilities;import org.sleuthkit.autopsy.contentviewers.utils.ViewerPriority;import org.sleuthkit.autopsy.core.UserPreferences;import org.sleuthkit.autopsy.coreutils.Logger;import org.sleuthkit.autopsy.coreutils.PlatformUtil;import org.sleuthkit.autopsy.texttranslation.ui.TranslationContentPanel.DisplayDropdownOptions;Go to the source code of this file.
Packages | |
| package | org.sleuthkit.autopsy.texttranslation.ui |
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.