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

Inherited by org.sleuthkit.autopsy.datamodel.ArtifactNodeSelectionInfo, and org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.

Public Member Functions

boolean matches (Node candidateNode)
 

Detailed Description

Implementations store sufficient information to identify a node that is intended to be selected in a view.

Definition at line 27 of file NodeSelectionInfo.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.NodeSelectionInfo.matches ( Node  candidateNode)

Determines whether or not a given node satisfies the stored node selection criteria.

Parameters
candidateNodeA node to evaluate.
Returns
True or false.

Implemented in org.sleuthkit.autopsy.datamodel.ArtifactNodeSelectionInfo, and org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.

Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.setupTable().


The documentation for this interface 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.