Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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()) |
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.
org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.BlackboardArtifactTagNode | ( | BlackboardArtifactTag | tag | ) |
Definition at line 53 of file BlackboardArtifactTagNode.java.
References org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.tag.
|
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.
properties | The node's property sheet. |
Definition at line 92 of file TagNode.java.
|
protected |
Definition at line 63 of file BlackboardArtifactTagNode.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger().
Action [] org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions | ( | boolean | context | ) |
Definition at line 109 of file BlackboardArtifactTagNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewSourceFileAction(), org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions(), and org.sleuthkit.autopsy.timeline.actions.ViewArtifactInTimelineAction.hasSupportedTimeStamp().
|
inherited |
Gets information about which child node of this node, if any, 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.
|
inherited |
Definition at line 71 of file TagNode.java.
|
inherited |
Adds information about which child node of this node, if any, should be selected. Can be null.
selectedChildNodeInfo | The 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.actionPerformed(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
protectedinherited |
Updates the node property sheet by replacing existing properties with new properties with the same property name.
newProps | The replacement property objects. |
Definition at line 152 of file DisplayableItemNode.java.
|
staticprivate |
Definition at line 50 of file BlackboardArtifactTagNode.java.
|
staticprivate |
Definition at line 49 of file BlackboardArtifactTagNode.java.
|
private |
Definition at line 51 of file BlackboardArtifactTagNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.BlackboardArtifactTagNode().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.