Autopsy  4.15.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.KeywordHits.ListFactory Class Reference

Inherits org.sleuthkit.autopsy.datamodel.KeywordHits.DetachableObserverChildFactory< String >.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< String > list)
 
Node createNodeForKey (String key)
 
void removeNotify ()
 

Private Attributes

final PropertyChangeListener pcl
 

Detailed Description

Creates the list nodes

Definition at line 445 of file KeywordHits.java.

Member Function Documentation

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

Definition at line 518 of file KeywordHits.java.

Node org.sleuthkit.autopsy.datamodel.KeywordHits.ListFactory.createNodeForKey ( String  key)
protected

Definition at line 524 of file KeywordHits.java.

void org.sleuthkit.autopsy.datamodel.KeywordHits.ListFactory.removeNotify ( )
protected
void org.sleuthkit.autopsy.datamodel.KeywordHits.DetachableObserverChildFactory< X >.update ( Observable  o,
Object  arg 
)
inherited

Definition at line 437 of file KeywordHits.java.

Member Data Documentation

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.KeywordHits.ListFactory.pcl
private

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

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