Autopsy  4.6.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.ExtractedContent.TypeFactory Class Reference

Inherits Detachable< BlackboardArtifact.Type >.

Public Member Functions

 TypeFactory ()
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< BlackboardArtifact.Type > list)
 
Node createNodeForKey (BlackboardArtifact.Type key)
 
void removeNotify ()
 

Private Attributes

final ArrayList< BlackboardArtifact.Type > doNotShow = new ArrayList<>()
 
final PropertyChangeListener pcl
 
final HashMap< BlackboardArtifact.Type, TypeNodetypeNodeList = new HashMap<>()
 

Detailed Description

Creates the children for the ExtractedContent area of the results tree. This area has all of the blackboard artifacts that are not displayed in a more specific form elsewhere in the tree.

Definition at line 186 of file ExtractedContent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.TypeFactory ( )

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.addNotify ( )
protected
boolean org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.createKeys ( List< BlackboardArtifact.Type >  list)
protected
Node org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.createNodeForKey ( BlackboardArtifact.Type  key)
protected

Definition at line 300 of file ExtractedContent.java.

void org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.removeNotify ( )
protected

Member Data Documentation

final ArrayList<BlackboardArtifact.Type> org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.doNotShow = new ArrayList<>()
private
final PropertyChangeListener org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.pcl
private
final HashMap<BlackboardArtifact.Type, TypeNode> org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.typeNodeList = new HashMap<>()
private

Definition at line 190 of file ExtractedContent.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.