Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | CaseEventListener |
class | IngestModuleEventListener |
Static Public Member Functions | |
static TimeLineController | getController () throws NoCurrentCaseException, 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
NoCurrentCaseException | If there is no case open. |
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, org.sleuthkit.autopsy.timeline.TimeLineModule.controllerLock, and org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows().
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-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.