Autopsy  4.5.0
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 81 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 290 of file TimeLineTopComponent.java.

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

Definition at line 382 of file TimeLineTopComponent.java.

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

Definition at line 388 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 402 of file TimeLineTopComponent.java.

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

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 306 of file TimeLineTopComponent.java.

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

Definition at line 164 of file TimeLineTopComponent.java.

Member Data Documentation

final DataContentPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.contentViewerPanel
private

Definition at line 86 of file TimeLineTopComponent.java.

final TimeLineController org.sleuthkit.autopsy.timeline.TimeLineTopComponent.controller
private

Definition at line 94 of file TimeLineTopComponent.java.

DataResultPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.dataResultPanel
private

Definition at line 89 of file TimeLineTopComponent.java.

final ExplorerManager org.sleuthkit.autopsy.timeline.TimeLineTopComponent.em = new ExplorerManager()
private

Definition at line 92 of file TimeLineTopComponent.java.

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

Definition at line 373 of file TimeLineTopComponent.java.

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

Definition at line 375 of file TimeLineTopComponent.java.

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

Definition at line 374 of file TimeLineTopComponent.java.

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

Definition at line 376 of file TimeLineTopComponent.java.

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

Definition at line 83 of file TimeLineTopComponent.java.

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

Definition at line 377 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 101 of file TimeLineTopComponent.java.

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

Definition at line 378 of file TimeLineTopComponent.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.