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 | |
ContentTagTypeNode (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 |
Node for the content tags. Children are specific tags. Instances of this class are are elements of a directory tree sub-tree consisting of content and blackboard artifact tags, grouped first by tag type, then by tag name.
org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.ContentTagTypeNode | ( | 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.ContentTagTypeNode.getItemType | ( | ) |
boolean org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.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.ContentTagTypeNode.update | ( | Observable | o, |
Object | arg | ||
) |
Definition at line 382 of file Tags.java.
References org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.updateDisplayName().
|
private |
Definition at line 348 of file Tags.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.getContentTagsCountByTagName(), 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.ContentTagTypeNode.ContentTagTypeNode(), and org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.update().
|
private |
|
private |
Definition at line 337 of file Tags.java.
Referenced by org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.ContentTagTypeNode().
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.