Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.communications.CommunicationsGraph.RebuildWorker Class Reference

Inherits SwingWorker< Void, Void >.

Protected Member Functions

Void doInBackground ()
 
void done ()
 

Private Attributes

final CommunicationsManager commsManager
 
final CommunicationsFilter currentFilter
 
final ProgressIndicator progressIndicator
 

Detailed Description

SwingWorker that loads the accounts and edges for this graph according to the pinned accounts and the current filters.

Definition at line 242 of file CommunicationsGraph.java.

Member Function Documentation

Void org.sleuthkit.autopsy.communications.CommunicationsGraph.RebuildWorker.doInBackground ( )
protected
void org.sleuthkit.autopsy.communications.CommunicationsGraph.RebuildWorker.done ( )
protected

Member Data Documentation

final CommunicationsManager org.sleuthkit.autopsy.communications.CommunicationsGraph.RebuildWorker.commsManager
private

Definition at line 245 of file CommunicationsGraph.java.

final CommunicationsFilter org.sleuthkit.autopsy.communications.CommunicationsGraph.RebuildWorker.currentFilter
private
final ProgressIndicator org.sleuthkit.autopsy.communications.CommunicationsGraph.RebuildWorker.progressIndicator
private

Definition at line 244 of file CommunicationsGraph.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.