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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.KeyValueNode.KeyValueNode ( KeyValue  thing,
Children  children 
)
org.sleuthkit.autopsy.datamodel.KeyValueNode.KeyValueNode ( KeyValue  thing,
Children  children,
Lookup  lookup 
)

Member Function Documentation

Sheet org.sleuthkit.autopsy.datamodel.KeyValueNode.createSheet ( )
protected
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.

Parameters
popup
Returns
actions

Definition at line 116 of file KeyValueNode.java.

References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewSourceFileAction().

void org.sleuthkit.autopsy.datamodel.KeyValueNode.setIcon ( )
private

Member Data Documentation

KeyValue org.sleuthkit.autopsy.datamodel.KeyValueNode.data
private

Definition at line 44 of file KeyValueNode.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.