Autopsy  4.19.1
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.InterestingHits.SetNameFactory Class Reference

Inherits Detachable< String >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< String > list)
 
Node createNodeForKey (String key)
 
void finalize () throws Throwable
 

Private Attributes

final PropertyChangeListener pcl
 
final PropertyChangeListener weakPcl = WeakListeners.propertyChange(pcl, null)
 

Detailed Description

Creates nodes for all sets for a specified interesting item type.

Definition at line 193 of file InterestingHits.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.addNotify ( )
protected
boolean org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.createKeys ( List< String >  list)
protected

Definition at line 254 of file InterestingHits.java.

Node org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.createNodeForKey ( String  key)
protected

Definition at line 260 of file InterestingHits.java.

void org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.finalize ( ) throws Throwable
protected
void org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.update ( Observable  o,
Object  arg 
)

Definition at line 265 of file InterestingHits.java.

Member Data Documentation

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.pcl
private

Definition at line 200 of file InterestingHits.java.

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.weakPcl = WeakListeners.propertyChange(pcl, null)
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.