Autopsy  4.19.3
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

◆ EmptyNode()

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.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNodeVisitor< T >.visit().


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

Copyright © 2012-2022 Basis Technology. Generated on: Mon Apr 17 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.