Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.SelectedNodeChangedTask Class Reference

Inherits SwingWorker< ViewUpdate, Void >.

Protected Member Functions

ViewUpdate doInBackground ()
 
void done ()
 

Private Attributes

final Node selectedNode
 

Detailed Description

Instances of this class use a background thread to generate a ViewUpdate when a node is selected, changing the set of blackboard artifacts ("results") to be displayed.

Definition at line 489 of file DataContentViewerArtifact.java.

Member Function Documentation

ViewUpdate org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.SelectedNodeChangedTask.doInBackground ( )
protected

Definition at line 498 of file DataContentViewerArtifact.java.

void org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.SelectedNodeChangedTask.done ( )
protected

Definition at line 588 of file DataContentViewerArtifact.java.

Member Data Documentation

final Node org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.SelectedNodeChangedTask.selectedNode
private

Definition at line 491 of file DataContentViewerArtifact.java.


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

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