Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | List of all members
org.sleuthkit.autopsy.datamodel.EmptyNode Class Reference

Inherits AbstractNode.

Classes

class  EmptyNodeChildren
 
class  MessageNode
 

Public Member Functions

 EmptyNode (String displayedMessage)
 

Detailed Description

Provides a root node for the results views with a single child node that displays a message as the sole item in its property sheet, useful for displaying explanatory text in the result views when there is a node with no children in the tree view.

Definition at line 33 of file EmptyNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.EmptyNode.EmptyNode ( String  displayedMessage)

Provides a root node for the results views with a single child node that displays a message as the sole item in its property sheet, useful for displaying explanatory text in the result views when there is a node with no children in the tree view.

Parameters
displayedMessageThe text for the property sheet of the child node.

Definition at line 44 of file EmptyNode.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.