Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.actions.Back Class Reference

Inherits Action.

Public Member Functions

 Back (TimeLineController controller)
 

Private Attributes

final TimeLineController controller
 

Static Private Attributes

static final Image BACK_IMAGE = new Image("/org/sleuthkit/autopsy/timeline/images/arrow-180.png", 16, 16, true, true, true)
 

Detailed Description

An action that navigates back through the history stack.

Definition at line 33 of file Back.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.actions.Back.Back ( TimeLineController  controller)

Definition at line 42 of file Back.java.

References org.sleuthkit.autopsy.timeline.actions.Back.controller.

Member Data Documentation

final Image org.sleuthkit.autopsy.timeline.actions.Back.BACK_IMAGE = new Image("/org/sleuthkit/autopsy/timeline/images/arrow-180.png", 16, 16, true, true, true)
staticprivate

Definition at line 35 of file Back.java.

final TimeLineController org.sleuthkit.autopsy.timeline.actions.Back.controller
private

Definition at line 37 of file Back.java.

Referenced by org.sleuthkit.autopsy.timeline.actions.Back.Back().


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.