Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
ViewInTimelineRequestedEvent (Set< Long > eventIDs, Interval range) | |
Set< Long > | getEventIDs () |
Interval | getInterval () |
Private Attributes | |
final Set< Long > | eventIDs |
final Interval | range |
Encapsulates the result of the ShowInTimelineDialog: a Set of event IDs and an Interval.
Definition at line 28 of file ViewInTimelineRequestedEvent.java.
org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.ViewInTimelineRequestedEvent | ( | Set< Long > | eventIDs, |
Interval | range | ||
) |
Constructor
eventIDs | The event IDs to include. |
range | The Interval to show. |
Definition at line 39 of file ViewInTimelineRequestedEvent.java.
References org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.eventIDs, and org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.range.
Set<Long> org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.getEventIDs | ( | ) |
Get the event IDs.
Definition at line 49 of file ViewInTimelineRequestedEvent.java.
References org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.eventIDs.
Referenced by org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.handleViewInTimelineRequested().
Interval org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.getInterval | ( | ) |
Get the Interval.
Definition at line 58 of file ViewInTimelineRequestedEvent.java.
References org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.range.
|
private |
|
private |
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.