Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | CaseEventListener |
class | IngestModuleEventListener |
Static Public Member Functions | |
static TimeLineController | getController () throws TskCoreException |
Private Member Functions | |
TimeLineModule () | |
Static Private Attributes | |
static volatile TimeLineController | controller |
static final Object | controllerLock = new Object() |
static final Logger | logger = Logger.getLogger(TimeLineModule.class.getName()) |
Manages listeners and the controller.
Definition at line 38 of file TimeLineModule.java.
|
private |
provides static utilities, can not be instantiated
Definition at line 48 of file TimeLineModule.java.
|
static |
Get instance of the controller for the current case. The controller instance is initialized from a case open event.
TskCoreException | If there was a problem accessing the case database. |
Definition at line 61 of file TimeLineModule.java.
References org.sleuthkit.autopsy.timeline.TimeLineModule.controller, and org.sleuthkit.autopsy.timeline.TimeLineModule.controllerLock.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.TimelineDataSourceUtils.getDataSourceFilterState(), org.sleuthkit.autopsy.datasourcesummary.ui.TimelinePanel.openFilteredChart(), org.sleuthkit.autopsy.timeline.TimeLineModule.CaseEventListener.propertyChange(), org.sleuthkit.autopsy.timeline.TimeLineModule.IngestModuleEventListener.propertyChange(), and org.sleuthkit.autopsy.timeline.OpenTimelineAction.showTimeline().
|
staticprivate |
Definition at line 43 of file TimeLineModule.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineModule.getController().
|
staticprivate |
Definition at line 42 of file TimeLineModule.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineModule.getController(), and org.sleuthkit.autopsy.timeline.TimeLineModule.CaseEventListener.propertyChange().
|
staticprivate |
Definition at line 40 of file TimeLineModule.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.