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

Inherits Action.

Classes

class  JEventCreationDialog
 
class  ManualEventInfo
 

Public Member Functions

 AddManualEvent (TimeLineController controller)
 
 AddManualEvent (TimeLineController controller, Long epochMillis)
 

Private Member Functions

void addEvent (TimeLineController controller, ManualEventInfo eventInfo) throws IllegalArgumentException
 

Static Private Attributes

static final Image ADD_EVENT_IMAGE = new Image("/org/sleuthkit/autopsy/timeline/images/add.png", 16, 16, true, true, true)
 
static final Logger logger = Logger.getLogger(AddManualEvent.class.getName())
 
static final String MANUAL_CREATION = "Manual Creation"
 

Detailed Description

Action that allows the user the manually create timeline events. It prompts the user for event data and then adds it to the case via an artifact.

Definition at line 77 of file AddManualEvent.java.

Constructor & Destructor Documentation

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

Create an Action that allows the user the manually create timeline events. It prompts the user for event data with a dialog and then adds it to the case via an artifact. The datetiem in the dialog will be set to "now" when the action is invoked.

Parameters
controllerThe controller for this action to use.

Definition at line 101 of file AddManualEvent.java.

org.sleuthkit.autopsy.timeline.actions.AddManualEvent.AddManualEvent ( TimeLineController  controller,
Long  epochMillis 
)

Create an Action that allows the user the manually create timeline events. It prompts the user for event data with a dialog and then adds it to the case via an artifact.

Parameters
controllerThe controller for this action to use.
epochMillisThe initial datetime to populate the dialog with. The user can ove ride this.

Definition at line 114 of file AddManualEvent.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.actions.AddManualEvent.addEvent ( TimeLineController  controller,
ManualEventInfo  eventInfo 
) throws IllegalArgumentException
private

Member Data Documentation

final Image org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ADD_EVENT_IMAGE = new Image("/org/sleuthkit/autopsy/timeline/images/add.png", 16, 16, true, true, true)
staticprivate

Definition at line 81 of file AddManualEvent.java.

final Logger org.sleuthkit.autopsy.timeline.actions.AddManualEvent.logger = Logger.getLogger(AddManualEvent.class.getName())
staticprivate

Definition at line 79 of file AddManualEvent.java.

final String org.sleuthkit.autopsy.timeline.actions.AddManualEvent.MANUAL_CREATION = "Manual Creation"
staticprivate

Definition at line 80 of file AddManualEvent.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.