Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ChildFactory< Long >.
Protected Member Functions | |
boolean | createKeys (List< Long > toPopulate) |
Node | createNodeForKey (Long eventID) |
Private Member Functions | |
Node | createNode (Long eventID) |
Private Attributes | |
final Collection< Long > | eventIDs |
final FilteredEventsModel | filteredEvents |
Map< Long, Node > | nodesMap = new HashMap<>() |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(EventNodeChildFactory.class.getName()) |
ChildFactory for EventNodes.
Definition at line 75 of file EventRootNode.java.
|
protected |
If there are too many events, just add one dummy ID (-1) to indicate this.
Definition at line 97 of file EventRootNode.java.
References org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.createNode(), and org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.MAX_EVENTS_TO_DISPLAY.
|
private |
Definition at line 123 of file EventRootNode.java.
References org.sleuthkit.autopsy.timeline.explorernodes.EventNode.createEventNode().
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.createKeys().
|
protected |
Definition at line 119 of file EventRootNode.java.
|
private |
List of event IDs that act as keys for the child nodes.
Definition at line 82 of file EventRootNode.java.
|
private |
filteredEvents is used to lookup the events from their IDs
Definition at line 87 of file EventRootNode.java.
|
staticprivate |
Definition at line 77 of file EventRootNode.java.
|
private |
Definition at line 88 of file EventRootNode.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.