Autopsy  3.1
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 76 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 80 of file EventRootNode.java.

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

Definition at line 82 of file EventRootNode.java.

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

Definition at line 78 of file EventRootNode.java.


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

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