Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer, org.sleuthkit.autopsy.corecomponentinterfaces.DataContent, and Provider.
Public Member Functions | |
Component | getComponent () |
ExplorerManager | getExplorerManager () |
boolean | isSupported (BlackboardArtifact artifact) |
void | propertyChange (PropertyChangeEvent evt) |
void | setArtifact (BlackboardArtifact artifact) |
void | setNode (Node selectedNode) |
Private Attributes | |
final ExplorerManager | explorerManager = new ExplorerManager() |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Wrapper around ContactArtifactViewer to add Node support and an ExplorerManager.
Definition at line 33 of file ContactDataViewer.java.
|
inherited |
Returns the panel.
Implements org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.
Definition at line 150 of file ContactArtifactViewer.java.
ExplorerManager org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.getExplorerManager | ( | ) |
Definition at line 54 of file ContactDataViewer.java.
References org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.explorerManager.
|
inherited |
Checks whether the given artifact is supported by the viewer.
artifact | Artifact to check. |
Implements org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.
Definition at line 156 of file ContactArtifactViewer.java.
void org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.propertyChange | ( | PropertyChangeEvent | evt | ) |
Definition at line 49 of file ContactDataViewer.java.
|
inherited |
Called to display the contents of the given artifact.
artifact | the artifact to display. |
Implements org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.
Definition at line 127 of file ContactArtifactViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.setNode().
void org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.setNode | ( | Node | selectedNode | ) |
Sets the "selected" node in this class
selectedNode | node to use |
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContent.
Definition at line 40 of file ContactDataViewer.java.
References org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.setArtifact().
|
private |
Definition at line 37 of file ContactDataViewer.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.getExplorerManager().
|
staticprivate |
Definition at line 35 of file ContactDataViewer.java.
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.