Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Static Public Member Functions | Private Attributes | Static 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
 

Static Public Member Functions

static String getTagsDisplayName ()
 

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 long filteringDSObjId
 
final String ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png"
 
final TagResults tagResults = new TagResults()
 

Static Private Attributes

static final String DISPLAY_NAME = NbBundle.getMessage(RootNode.class, "TagsNode.displayName.text")
 
static final Set< IngestManager.IngestJobEvent > INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED)
 
static final String USER_NAME_PROPERTY = "user.name"
 

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 52 of file Tags.java.

Member Function Documentation

static String org.sleuthkit.autopsy.datamodel.Tags.getTagsDisplayName ( )
static

Return the display name used by the tags node in the tree.

Returns
- DISPLAY_NAME

Definition at line 78 of file Tags.java.

References org.sleuthkit.autopsy.datamodel.Tags.DISPLAY_NAME.

Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.refreshTagsTree().

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")
staticprivate

Definition at line 57 of file Tags.java.

Referenced by org.sleuthkit.autopsy.datamodel.Tags.getTagsDisplayName().

final long org.sleuthkit.autopsy.datamodel.Tags.filteringDSObjId
private

Definition at line 63 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 61 of file Tags.java.

final Set<IngestManager.IngestJobEvent> org.sleuthkit.autopsy.datamodel.Tags.INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED)
staticprivate
final TagResults org.sleuthkit.autopsy.datamodel.Tags.tagResults = new TagResults()
private

Definition at line 60 of file Tags.java.

final String org.sleuthkit.autopsy.datamodel.Tags.USER_NAME_PROPERTY = "user.name"
staticprivate

Definition at line 59 of file Tags.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.