Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.
Public Member Functions | |
BlackboardArtifactTagNode (BlackboardArtifactTag tag) | |
Action[] | getActions (boolean context) |
NodeSelectionInfo | getChildNodeSelectionInfo () |
String | getItemType () |
boolean | isLeafTypeNode () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Protected Member Functions | |
Sheet | createSheet () |
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 48 of file BlackboardArtifactTagNode.java.
org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.BlackboardArtifactTagNode | ( | BlackboardArtifactTag | tag | ) |
Definition at line 54 of file BlackboardArtifactTagNode.java.
References org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.tag.
|
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 104 of file BlackboardArtifactTagNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewSourceFileAction(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error(), 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 141 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
String org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getItemType | ( | ) |
Definition at line 150 of file BlackboardArtifactTagNode.java.
boolean org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.isLeafTypeNode | ( | ) |
Definition at line 145 of file BlackboardArtifactTagNode.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 130 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().
|
staticprivate |
Definition at line 51 of file BlackboardArtifactTagNode.java.
|
staticprivate |
Definition at line 50 of file BlackboardArtifactTagNode.java.
|
private |
Definition at line 52 of file BlackboardArtifactTagNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.BlackboardArtifactTagNode().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.