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

Inherits AbstractAction.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Static Public Member Functions

static ViewFileInTimelineAction createViewFileAction (AbstractFile file)
 
static ViewFileInTimelineAction createViewSourceFileAction (AbstractFile file)
 

Private Member Functions

 ViewFileInTimelineAction (AbstractFile file, String displayName)
 

Private Attributes

final AbstractFile file
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ViewFileInTimelineAction.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

An action to prompt the user to pick an timestamp/event associated with the given file and show it in the Timeline List View

Definition at line 38 of file ViewFileInTimelineAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.ViewFileInTimelineAction ( AbstractFile  file,
String  displayName 
)
private

Member Function Documentation

void org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.actionPerformed ( ActionEvent  e)
static ViewFileInTimelineAction org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction ( AbstractFile  file)
static
static ViewFileInTimelineAction org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewSourceFileAction ( AbstractFile  file)
static

Member Data Documentation

final AbstractFile org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.file
private
final Logger org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.logger = Logger.getLogger(ViewFileInTimelineAction.class.getName())
staticprivate

Definition at line 42 of file ViewFileInTimelineAction.java.

final long org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.serialVersionUID = 1L
staticprivate

Definition at line 40 of file ViewFileInTimelineAction.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.