Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | List of all members
org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.SelectionChangeListener Class Referenceabstract

Inherits ActionListener.

Inherited by org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.DisplayDropDownChangeListener, and org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.OCRDropdownChangeListener.

Public Member Functions

final void actionPerformed (ActionEvent e)
 
abstract String getSelection ()
 

Public Attributes

String currentSelection = null
 

Detailed Description

Listens for drop-down selection changes and pushes processing off of the EDT and into a SwingWorker.

Definition at line 400 of file TranslatedTextViewer.java.

Member Function Documentation

final void org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.SelectionChangeListener.actionPerformed ( ActionEvent  e)
abstract String org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.SelectionChangeListener.getSelection ( )
abstract

Member Data Documentation

String org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.SelectionChangeListener.currentSelection = null

Definition at line 402 of file TranslatedTextViewer.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.