Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventTableCell Class Referenceabstract

Inherits TableCell< CombinedEvent, CombinedEvent >.

Inherited by org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventTypeCell, org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.HashHitCell, org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.TaggedCell, and org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.TextEventTableCell.

Protected Member Functions

void updateItem (CombinedEvent item, boolean empty)
 

Private Attributes

SingleEvent event
 

Detailed Description

Base class for TableCells that represent a MergedEvent by way of a representative SingleEvent.

Definition at line 583 of file ListTimeline.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventTableCell.updateItem ( CombinedEvent  item,
boolean  empty 
)
protected

Member Data Documentation

SingleEvent org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventTableCell.event
private

Definition at line 585 of file ListTimeline.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.