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.TimeLineTopComponent Class Reference

Inherits TopComponent, and Provider.

Public Member Functions

 TimeLineTopComponent (TimeLineController controller)
 
List< Mode > availableModes (List< Mode > modes)
 
void componentOpened ()
 
ExplorerManager getExplorerManager ()
 

Private Member Functions

String getResultViewerSummaryString ()
 
void initComponents ()
 
void syncViewMode ()
 

Private Attributes

final DataContentPanel contentViewerPanel
 
final TimeLineController controller
 
DataResultPanel dataResultPanel
 
final ExplorerManager em = new ExplorerManager()
 
javax.swing.JSplitPane horizontalSplitPane
 
javafx.embed.swing.JFXPanel jFXstatusPanel
 
javafx.embed.swing.JFXPanel jFXViewPanel
 
javax.swing.JPanel leftFillerPanel
 
javax.swing.JPanel rightfillerPanel
 
final InvalidationListener selectedEventsListener
 
javax.swing.JSplitPane splitYPane
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(TimeLineTopComponent.class.getName())
 

Detailed Description

TopComponent for the Timeline feature.

Definition at line 79 of file TimeLineTopComponent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.TimeLineTopComponent.TimeLineTopComponent ( TimeLineController  controller)

Member Function Documentation

List<Mode> org.sleuthkit.autopsy.timeline.TimeLineTopComponent.availableModes ( List< Mode >  modes)

Definition at line 293 of file TimeLineTopComponent.java.

void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.componentOpened ( )

Definition at line 379 of file TimeLineTopComponent.java.

ExplorerManager org.sleuthkit.autopsy.timeline.TimeLineTopComponent.getExplorerManager ( )

Definition at line 385 of file TimeLineTopComponent.java.

String org.sleuthkit.autopsy.timeline.TimeLineTopComponent.getResultViewerSummaryString ( )
private

Get the string that should be used as the label above the result table. It displays the time range spanned by the selected events.

Returns
A String representation of all the events displayed.

Definition at line 399 of file TimeLineTopComponent.java.

References org.sleuthkit.autopsy.timeline.TimeLineController.getJodaTimeZone(), and org.sleuthkit.autopsy.timeline.TimeLineController.getZonedFormatter().

Referenced by org.sleuthkit.autopsy.timeline.TimeLineTopComponent.TimeLineTopComponent().

void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 303 of file TimeLineTopComponent.java.

Referenced by org.sleuthkit.autopsy.timeline.TimeLineTopComponent.TimeLineTopComponent().

void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.syncViewMode ( )
private

Member Data Documentation

final DataContentPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.contentViewerPanel
private
final TimeLineController org.sleuthkit.autopsy.timeline.TimeLineTopComponent.controller
private
DataResultPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.dataResultPanel
private
final ExplorerManager org.sleuthkit.autopsy.timeline.TimeLineTopComponent.em = new ExplorerManager()
private
javax.swing.JSplitPane org.sleuthkit.autopsy.timeline.TimeLineTopComponent.horizontalSplitPane
private
javafx.embed.swing.JFXPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.jFXstatusPanel
private

Definition at line 372 of file TimeLineTopComponent.java.

javafx.embed.swing.JFXPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.jFXViewPanel
private

Definition at line 371 of file TimeLineTopComponent.java.

javax.swing.JPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.leftFillerPanel
private

Definition at line 373 of file TimeLineTopComponent.java.

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

Definition at line 81 of file TimeLineTopComponent.java.

javax.swing.JPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.rightfillerPanel
private

Definition at line 374 of file TimeLineTopComponent.java.

final InvalidationListener org.sleuthkit.autopsy.timeline.TimeLineTopComponent.selectedEventsListener
private

Listener that drives the result viewer or content viewer (depending on view mode) according to the controller's selected event IDs

Definition at line 99 of file TimeLineTopComponent.java.

Referenced by org.sleuthkit.autopsy.timeline.TimeLineTopComponent.TimeLineTopComponent().

javax.swing.JSplitPane org.sleuthkit.autopsy.timeline.TimeLineTopComponent.splitYPane
private

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.