Autopsy  4.1
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)
 

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 35 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
void org.sleuthkit.autopsy.datamodel.KeyValueNode.setIcon ( )
private

Member Data Documentation

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

Definition at line 37 of file KeyValueNode.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.