Go to the documentation of this file.
19package org.sleuthkit.autopsy.communications.relationships;
21import java.beans.PropertyChangeEvent;
22import org.openide.explorer.ExplorerManager;
23import org.openide.nodes.Node;
24import org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer;
25import org.sleuthkit.autopsy.corecomponentinterfaces.DataContent;
26import org.sleuthkit.datamodel.BlackboardArtifact;
41 BlackboardArtifact artifact =
null;
42 if (selectedNode !=
null) {
43 artifact = selectedNode.getLookup().lookup(BlackboardArtifact.class);
50 throw new UnsupportedOperationException(
"Not supported yet.");
final ExplorerManager explorerManager
void setNode(Node selectedNode)
static final long serialVersionUID
void propertyChange(PropertyChangeEvent evt)
ExplorerManager getExplorerManager()
void setArtifact(BlackboardArtifact artifact)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.