Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode, and Observer.
Public Member Functions | |
BlackboardArtifactTagTypeNode (TagName tagName) | |
NodeSelectionInfo | getChildNodeSelectionInfo () |
String | getItemType () |
boolean | isLeafTypeNode () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
void | update (Observable o, Object arg) |
Protected Member Functions | |
Sheet | createSheet () |
Private Member Functions | |
void | updateDisplayName () |
Private Attributes | |
final String | ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png" |
final TagName | tagName |
Instances of this class are elements in a sub-tree of the Autopsy presentation of the SleuthKit data model. The sub-tree consists of content and blackboard artifact tags, grouped first by tag type, then by tag name.
org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.BlackboardArtifactTagTypeNode | ( | TagName | tagName | ) |
|
protected |
|
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.Tags.BlackboardArtifactTagTypeNode.getItemType | ( | ) |
boolean org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.isLeafTypeNode | ( | ) |
|
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().
void org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.update | ( | Observable | o, |
Object | arg | ||
) |
Definition at line 481 of file Tags.java.
References org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.updateDisplayName().
|
private |
Definition at line 447 of file Tags.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.getBlackboardArtifactTagsCountByTagName(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.casemodule.Case.getServices(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
Referenced by org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.BlackboardArtifactTagTypeNode(), and org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.update().
|
private |
|
private |
Definition at line 435 of file Tags.java.
Referenced by org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.BlackboardArtifactTagTypeNode().
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.