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

Inherits CallableSystemAction, and Toolbar.

Public Member Functions

 OpenTimelineAction ()
 
boolean asynchronous ()
 
HelpCtx getHelpCtx ()
 
String getName ()
 
Component getToolbarPresenter ()
 
boolean isEnabled ()
 
void performAction ()
 
void setEnabled (boolean value)
 
void showArtifactInTimeline (BlackboardArtifact artifact)
 
void showFileInTimeline (AbstractFile file)
 
void showTimeline ()
 

Private Member Functions

synchronized void showTimeline (AbstractFile file, BlackboardArtifact artifact)
 

Private Attributes

final JButton toolbarButton
 

Static Private Attributes

static final boolean FX_INITED = Installer.isJavaFxInited()
 
static final Logger LOGGER = Logger.getLogger(OpenTimelineAction.class.getName())
 
static final long serialVersionUID = 1L
 
static TimeLineController timeLineController = null
 

Detailed Description

An Action that opens the Timeline window. Has methods to open the window in various specific states (e.g., showing a specific artifact in the List View)

Definition at line 51 of file OpenTimelineAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.OpenTimelineAction.OpenTimelineAction ( )

Definition at line 72 of file OpenTimelineAction.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.timeline.OpenTimelineAction.asynchronous ( )

Definition at line 166 of file OpenTimelineAction.java.

HelpCtx org.sleuthkit.autopsy.timeline.OpenTimelineAction.getHelpCtx ( )

Definition at line 161 of file OpenTimelineAction.java.

String org.sleuthkit.autopsy.timeline.OpenTimelineAction.getName ( )

Definition at line 156 of file OpenTimelineAction.java.

Component org.sleuthkit.autopsy.timeline.OpenTimelineAction.getToolbarPresenter ( )

Returns the toolbar component of this action

Returns
component the toolbar button

Definition at line 187 of file OpenTimelineAction.java.

boolean org.sleuthkit.autopsy.timeline.OpenTimelineAction.isEnabled ( )

We used to also check if Case.getCurrentCase().hasData() was true. We disabled that check because if it is executed while a data source is being added, it blocks the edt

Definition at line 78 of file OpenTimelineAction.java.

References org.sleuthkit.autopsy.casemodule.Case.isCaseOpen().

void org.sleuthkit.autopsy.timeline.OpenTimelineAction.performAction ( )

Definition at line 89 of file OpenTimelineAction.java.

void org.sleuthkit.autopsy.timeline.OpenTimelineAction.setEnabled ( boolean  value)

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 176 of file OpenTimelineAction.java.

void org.sleuthkit.autopsy.timeline.OpenTimelineAction.showArtifactInTimeline ( BlackboardArtifact  artifact)

Open the Timeline window with the given artifact selected in ListView. The how much time to show around it.

Parameters
artifactThe BlackboardArtifact to show in the Timeline.

Definition at line 150 of file OpenTimelineAction.java.

void org.sleuthkit.autopsy.timeline.OpenTimelineAction.showFileInTimeline ( AbstractFile  file)

Open the Timeline window with the given file selected in ListView. The user will be prompted to choose which timestamp to use for the file, and how much time to show around it.

Parameters
fileThe AbstractFile to show in the Timeline.

Definition at line 139 of file OpenTimelineAction.java.

synchronized void org.sleuthkit.autopsy.timeline.OpenTimelineAction.showTimeline ( AbstractFile  file,
BlackboardArtifact  artifact 
)
private
void org.sleuthkit.autopsy.timeline.OpenTimelineAction.showTimeline ( )

Open the Timeline window with the default initial view.

Definition at line 127 of file OpenTimelineAction.java.

Member Data Documentation

final boolean org.sleuthkit.autopsy.timeline.OpenTimelineAction.FX_INITED = Installer.isJavaFxInited()
staticprivate

Definition at line 56 of file OpenTimelineAction.java.

final Logger org.sleuthkit.autopsy.timeline.OpenTimelineAction.LOGGER = Logger.getLogger(OpenTimelineAction.class.getName())
staticprivate

Definition at line 54 of file OpenTimelineAction.java.

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

Definition at line 53 of file OpenTimelineAction.java.

TimeLineController org.sleuthkit.autopsy.timeline.OpenTimelineAction.timeLineController = null
staticprivate

Definition at line 58 of file OpenTimelineAction.java.

final JButton org.sleuthkit.autopsy.timeline.OpenTimelineAction.toolbarButton
private
Initial value:
= new JButton(getName(),
new ImageIcon(getClass().getResource("images/btn_icon_timeline_colorized_26.png")))

Definition at line 60 of file OpenTimelineAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.