Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.Tags Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Classes

class  BlackboardArtifactTagNodeFactory
 
class  BlackboardArtifactTagTypeNode
 
class  ContentTagNodeFactory
 
class  ContentTagTypeNode
 
class  RootNode
 
class  TagNameNode
 
class  TagNameNodeFactory
 
class  TagResults
 
class  TagTypeNodeFactory
 

Private Attributes

final String ARTIFACT_DISPLAY_NAME = NbBundle.getMessage(BlackboardArtifactTagTypeNode.class, "BlackboardArtifactTagTypeNode.displayName.text")
 
final String CONTENT_DISPLAY_NAME = NbBundle.getMessage(ContentTagTypeNode.class, "ContentTagTypeNode.displayName.text")
 
final String DISPLAY_NAME = NbBundle.getMessage(RootNode.class, "TagsNode.displayName.text")
 
final String ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png"
 
final TagResults tagResults = new TagResults()
 

Detailed Description

Instances of this class act as keys for use by instances of the RootContentChildren class. RootContentChildren is a NetBeans child node factory built on top of the NetBeans Children.Keys class.

Definition at line 48 of file Tags.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.Tags.ARTIFACT_DISPLAY_NAME = NbBundle.getMessage(BlackboardArtifactTagTypeNode.class, "BlackboardArtifactTagTypeNode.displayName.text")
private
final String org.sleuthkit.autopsy.datamodel.Tags.CONTENT_DISPLAY_NAME = NbBundle.getMessage(ContentTagTypeNode.class, "ContentTagTypeNode.displayName.text")
private
final String org.sleuthkit.autopsy.datamodel.Tags.DISPLAY_NAME = NbBundle.getMessage(RootNode.class, "TagsNode.displayName.text")
private

Definition at line 54 of file Tags.java.

final String org.sleuthkit.autopsy.datamodel.Tags.ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png"
private

Definition at line 55 of file Tags.java.

final TagResults org.sleuthkit.autopsy.datamodel.Tags.tagResults = new TagResults()
private

Definition at line 53 of file Tags.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.