Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory Class Reference

Inherits ChildFactory< Long >.

Protected Member Functions

boolean createKeys (List< Long > toPopulate)
 
Node createNodeForKey (Long eventID)
 

Private Attributes

final Collection< Long > eventIDs
 
final FilteredEventsModel filteredEvents
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(EventNodeChildFactory.class.getName())
 

Detailed Description

The node factories used to make lists of files to send to the result viewer using the lazy loading (rather than background) loading option to facilitate

Definition at line 88 of file EventRootNode.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.createKeys ( List< Long >  toPopulate)
protected
Node org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.createNodeForKey ( Long  eventID)
protected

Member Data Documentation

final Collection<Long> org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.eventIDs
private

Definition at line 92 of file EventRootNode.java.

final FilteredEventsModel org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.filteredEvents
private

Definition at line 94 of file EventRootNode.java.

final Logger org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.LOGGER = Logger.getLogger(EventNodeChildFactory.class.getName())
staticprivate

Definition at line 90 of file EventRootNode.java.


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

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