Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory Class Reference

Inherits Detachable< TagName >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< TagName > keys)
 
Node createNodeForKey (TagName key)
 
void removeNotify ()
 

Private Attributes

final Set< Case.Events > CASE_EVENTS_OF_INTEREST
 
final long filteringDSObjId
 
final PropertyChangeListener pcl
 

Detailed Description

Definition at line 156 of file Tags.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.addNotify ( )
protected
boolean org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.createKeys ( List< TagName >  keys)
protected
Node org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.createNodeForKey ( TagName  key)
protected

Definition at line 263 of file Tags.java.

void org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.removeNotify ( )
protected
void org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.update ( Observable  o,
Object  arg 
)

Definition at line 268 of file Tags.java.

Member Data Documentation

final Set<Case.Events> org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.CASE_EVENTS_OF_INTEREST
private
Initial value:
= EnumSet.of(Case.Events.BLACKBOARD_ARTIFACT_TAG_ADDED,
Case.Events.BLACKBOARD_ARTIFACT_TAG_DELETED,
Case.Events.CONTENT_TAG_ADDED,
Case.Events.CONTENT_TAG_DELETED,
Case.Events.CURRENT_CASE)

Definition at line 160 of file Tags.java.

Referenced by org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.addNotify(), and org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.removeNotify().

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

Definition at line 158 of file Tags.java.

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.pcl
private

Definition at line 166 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.