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.communications.CVTTopComponent Class Reference

Inherits TopComponent, and Provider.

Public Member Functions

 CVTTopComponent ()
 
List< Mode > availableModes (List< Mode > modes)
 
void componentOpened ()
 
ExplorerManager getExplorerManager ()
 
void open ()
 

Private Member Functions

void initComponents ()
 

Private Attributes

org.sleuthkit.autopsy.communications.AccountsBrowser accountsBrowser
 
final ExplorerManager acctsBrowserExplorerManager
 
javax.swing.JTabbedPane browseVisualizeTabPane
 
org.sleuthkit.autopsy.communications.FiltersPanel filtersPane
 
final ExplorerManager messagesBrowserExplorerManager
 
javax.swing.JSplitPane splitPane
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Top component which displays the Communications Visualization Tool.

Definition at line 39 of file CVTTopComponent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.communications.CVTTopComponent.CVTTopComponent ( )

Member Function Documentation

List<Mode> org.sleuthkit.autopsy.communications.CVTTopComponent.availableModes ( List< Mode >  modes)

Definition at line 145 of file CVTTopComponent.java.

void org.sleuthkit.autopsy.communications.CVTTopComponent.componentOpened ( )

Definition at line 122 of file CVTTopComponent.java.

ExplorerManager org.sleuthkit.autopsy.communications.CVTTopComponent.getExplorerManager ( )
void org.sleuthkit.autopsy.communications.CVTTopComponent.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 74 of file CVTTopComponent.java.

References org.sleuthkit.autopsy.communications.CVTTopComponent.accountsBrowser, org.sleuthkit.autopsy.communications.CVTTopComponent.browseVisualizeTabPane, org.sleuthkit.autopsy.communications.CVTTopComponent.filtersPane, and org.sleuthkit.autopsy.communications.CVTTopComponent.splitPane.

Referenced by org.sleuthkit.autopsy.communications.CVTTopComponent.CVTTopComponent().

void org.sleuthkit.autopsy.communications.CVTTopComponent.open ( )

Member Data Documentation

org.sleuthkit.autopsy.communications.AccountsBrowser org.sleuthkit.autopsy.communications.CVTTopComponent.accountsBrowser
private
final ExplorerManager org.sleuthkit.autopsy.communications.CVTTopComponent.acctsBrowserExplorerManager
private
javax.swing.JTabbedPane org.sleuthkit.autopsy.communications.CVTTopComponent.browseVisualizeTabPane
private
org.sleuthkit.autopsy.communications.FiltersPanel org.sleuthkit.autopsy.communications.CVTTopComponent.filtersPane
private
final ExplorerManager org.sleuthkit.autopsy.communications.CVTTopComponent.messagesBrowserExplorerManager
private

Definition at line 42 of file CVTTopComponent.java.

final long org.sleuthkit.autopsy.communications.CVTTopComponent.serialVersionUID = 1L
staticprivate

Definition at line 41 of file CVTTopComponent.java.

javax.swing.JSplitPane org.sleuthkit.autopsy.communications.CVTTopComponent.splitPane
private

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.