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

Inherits TopComponent.

Public Member Functions

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

Private Member Functions

void initComponents ()
 

Private Attributes

AccountsBrowser accountsBrowser
 
JTabbedPane browseVisualizeTabPane
 
FiltersPanel filtersPane
 
VisualizationPanel vizPanel
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Top component which displays the Communications Visualization Tool.

Definition at line 46 of file CVTTopComponent.java.

Constructor & Destructor Documentation

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

Definition at line 51 of file CVTTopComponent.java.

Member Function Documentation

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

Definition at line 153 of file CVTTopComponent.java.

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

Definition at line 135 of file CVTTopComponent.java.

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 90 of file CVTTopComponent.java.

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

Definition at line 141 of file CVTTopComponent.java.

Member Data Documentation

AccountsBrowser org.sleuthkit.autopsy.communications.CVTTopComponent.accountsBrowser
private

Definition at line 128 of file CVTTopComponent.java.

JTabbedPane org.sleuthkit.autopsy.communications.CVTTopComponent.browseVisualizeTabPane
private

Definition at line 129 of file CVTTopComponent.java.

FiltersPanel org.sleuthkit.autopsy.communications.CVTTopComponent.filtersPane
private

Definition at line 130 of file CVTTopComponent.java.

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

Definition at line 48 of file CVTTopComponent.java.

VisualizationPanel org.sleuthkit.autopsy.communications.CVTTopComponent.vizPanel
private

Definition at line 131 of file CVTTopComponent.java.


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

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