Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractNode.
Public Member Functions | |
KeyValueNode (KeyValue thing, Children children) | |
KeyValueNode (KeyValue thing, Children children, Lookup lookup) | |
Action[] | getActions (boolean popup) |
Protected Member Functions | |
Sheet | createSheet () |
Private Member Functions | |
void | setIcon () |
Private Attributes | |
KeyValue | data |
Node that contains a KeyValue object. The node also has that KeyValue object set to its lookup so that when the node is passed to the content viewers its string will be displayed.
Definition at line 42 of file KeyValueNode.java.
org.sleuthkit.autopsy.datamodel.KeyValueNode.KeyValueNode | ( | KeyValue | thing, |
Children | children | ||
) |
Definition at line 46 of file KeyValueNode.java.
References org.sleuthkit.autopsy.datamodel.KeyValue.getName(), and org.sleuthkit.autopsy.datamodel.KeyValueNode.setIcon().
org.sleuthkit.autopsy.datamodel.KeyValueNode.KeyValueNode | ( | KeyValue | thing, |
Children | children, | ||
Lookup | lookup | ||
) |
Definition at line 54 of file KeyValueNode.java.
References org.sleuthkit.autopsy.datamodel.KeyValue.getName(), and org.sleuthkit.autopsy.datamodel.KeyValueNode.setIcon().
|
protected |
Definition at line 77 of file KeyValueNode.java.
References org.sleuthkit.autopsy.datamodel.KeyValue.getMap(), and org.sleuthkit.autopsy.datamodel.KeyValue.getName().
Action [] org.sleuthkit.autopsy.datamodel.KeyValueNode.getActions | ( | boolean | popup | ) |
Right click action for the nodes that we want to pass to the directory table and the output view.
popup |
Definition at line 116 of file KeyValueNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewSourceFileAction().
|
private |
Definition at line 62 of file KeyValueNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeyValueNode.KeyValueNode().
|
private |
Definition at line 44 of file KeyValueNode.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.