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

Inherits org.sleuthkit.autopsy.datamodel.TagNode.

Public Member Functions

 BlackboardArtifactTagNode (BlackboardArtifactTag tag)
 
Action[] getActions (boolean context)
 
NodeSelectionInfo getChildNodeSelectionInfo ()
 
String getItemType ()
 
boolean isLeafTypeNode ()
 
void setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo)
 

Protected Member Functions

void addOriginalNameProp (Sheet.Set properties)
 
Sheet createSheet ()
 
synchronized final void updatePropertySheet (NodeProperty<?>...newProps)
 

Private Attributes

final BlackboardArtifactTag tag
 

Static Private Attributes

static final String ICON_PATH = "org/sleuthkit/autopsy/images/green-tag-icon-16.png"
 
static final Logger LOGGER = Logger.getLogger(BlackboardArtifactTagNode.class.getName())
 

Detailed Description

Instances of this class wrap BlackboardArtifactTag objects. In the Autopsy presentation of the SleuthKit data model, they are leaf nodes of a sub-tree organized as follows: there is a tags root node with tag name child nodes; tag name nodes have tag type child nodes; tag type nodes are the parents of either content or blackboard artifact tag nodes.

Definition at line 47 of file BlackboardArtifactTagNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.BlackboardArtifactTagNode ( BlackboardArtifactTag  tag)

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.TagNode.addOriginalNameProp ( Sheet.Set  properties)
protectedinherited

Adds an original name property to the node's property sheet and submits an original name translation task.

The translation of the original name is done in a background thread. The translated name is made the display name of the node and the untranslated name is put into both the original name property and into the node's tooltip.

Parameters
propertiesThe node's property sheet.

Definition at line 92 of file TagNode.java.

Sheet org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.createSheet ( )
protected
Action [] org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions ( boolean  context)
NodeSelectionInfo org.sleuthkit.autopsy.datamodel.DisplayableItemNode.getChildNodeSelectionInfo ( )
inherited

Gets information about which child node of this node, if any, should be selected.

Returns
The child node selection information, or null if no child should be selected.

Definition at line 142 of file DisplayableItemNode.java.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.

String org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getItemType ( )

Definition at line 148 of file BlackboardArtifactTagNode.java.

boolean org.sleuthkit.autopsy.datamodel.TagNode.isLeafTypeNode ( )
inherited

Definition at line 71 of file TagNode.java.

void org.sleuthkit.autopsy.datamodel.DisplayableItemNode.setChildNodeSelectionInfo ( NodeSelectionInfo  selectedChildNodeInfo)
inherited

Adds information about which child node of this node, if any, should be selected. Can be null.

Parameters
selectedChildNodeInfoThe child node selection information.

Definition at line 131 of file DisplayableItemNode.java.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.

Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.setNodeSelection(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewOsAccount().

synchronized final void org.sleuthkit.autopsy.datamodel.DisplayableItemNode.updatePropertySheet ( NodeProperty<?>...  newProps)
protectedinherited

Updates the node property sheet by replacing existing properties with new properties with the same property name.

Parameters
newPropsThe replacement property objects.

Definition at line 152 of file DisplayableItemNode.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.ICON_PATH = "org/sleuthkit/autopsy/images/green-tag-icon-16.png"
staticprivate

Definition at line 50 of file BlackboardArtifactTagNode.java.

final Logger org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.LOGGER = Logger.getLogger(BlackboardArtifactTagNode.class.getName())
staticprivate

Definition at line 49 of file BlackboardArtifactTagNode.java.

final BlackboardArtifactTag org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.tag
private

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

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