Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ChildFactory< BlackboardArtifact >.
Classes | |
class | DateComparator |
Public Member Functions | |
void | refresh (SelectionInfo selectionInfo, List< String > threadIDs) |
Protected Member Functions | |
boolean | createKeys (List< BlackboardArtifact > list) |
Node | createNodeForKey (BlackboardArtifact key) |
Private Attributes | |
SelectionInfo | selectionInfo |
List< String > | threadIDs |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(MessagesChildNodeFactory.class.getName()) |
A ChildFactory subclass for creating MessageNodes from a set of BlackboardArtifact objects.
Definition at line 38 of file MessagesChildNodeFactory.java.
|
protected |
Definition at line 70 of file MessagesChildNodeFactory.java.
|
protected |
Definition at line 125 of file MessagesChildNodeFactory.java.
void org.sleuthkit.autopsy.communications.relationships.MessagesChildNodeFactory.refresh | ( | SelectionInfo | selectionInfo, |
List< String > | threadIDs | ||
) |
Updates the current instance of selectionInfo and calls the refresh method.
selectionInfo | New instance of the currently selected accounts |
threadIDs | A list of threadIDs to filter the keys by, null will return all keys for the selected accounts. |
Definition at line 62 of file MessagesChildNodeFactory.java.
References org.sleuthkit.autopsy.communications.relationships.MessagesChildNodeFactory.selectionInfo, and org.sleuthkit.autopsy.communications.relationships.MessagesChildNodeFactory.threadIDs.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessageViewer.showAllButtonActionPerformed(), and org.sleuthkit.autopsy.communications.relationships.MessageViewer.showSelectedThread().
|
staticprivate |
Definition at line 40 of file MessagesChildNodeFactory.java.
|
private |
Definition at line 42 of file MessagesChildNodeFactory.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesChildNodeFactory.refresh().
|
private |
Definition at line 44 of file MessagesChildNodeFactory.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesChildNodeFactory.refresh().
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.