Autopsy  4.14.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.

Public Member Functions

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

Private Member Functions

void filterTabbedPaneMouseClicked (MouseEvent evt)
 
void initComponents ()
 

Private Attributes

final AccountsBrowser accountsBrowser = new AccountsBrowser(relationshipBrowser)
 
JTabbedPane browseVisualizeTabPane
 
CommunicationsFilter currentFilter
 
final FiltersPanel filtersPane = new FiltersPanel()
 
boolean filtersVisible = true
 
JTabbedPane filterTabbedPane
 
JPanel filterTabPanel
 
final RelationshipBrowser relationshipBrowser = new RelationshipBrowser()
 
JSplitPane splitPane
 
final VisualizationPanel vizPanel = new VisualizationPanel(relationshipBrowser)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Top component which displays the Communications Visualization Tool.

Definition at line 53 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 196 of file CVTTopComponent.java.

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

Definition at line 178 of file CVTTopComponent.java.

void org.sleuthkit.autopsy.communications.CVTTopComponent.filterTabbedPaneMouseClicked ( MouseEvent  evt)
private

Definition at line 152 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 124 of file CVTTopComponent.java.

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

Definition at line 184 of file CVTTopComponent.java.

Member Data Documentation

final AccountsBrowser org.sleuthkit.autopsy.communications.CVTTopComponent.accountsBrowser = new AccountsBrowser(relationshipBrowser)
private

Definition at line 58 of file CVTTopComponent.java.

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

Definition at line 171 of file CVTTopComponent.java.

CommunicationsFilter org.sleuthkit.autopsy.communications.CVTTopComponent.currentFilter
private

Definition at line 59 of file CVTTopComponent.java.

final FiltersPanel org.sleuthkit.autopsy.communications.CVTTopComponent.filtersPane = new FiltersPanel()
private

Definition at line 61 of file CVTTopComponent.java.

boolean org.sleuthkit.autopsy.communications.CVTTopComponent.filtersVisible = true
private

Definition at line 56 of file CVTTopComponent.java.

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

Definition at line 173 of file CVTTopComponent.java.

JPanel org.sleuthkit.autopsy.communications.CVTTopComponent.filterTabPanel
private

Definition at line 172 of file CVTTopComponent.java.

final RelationshipBrowser org.sleuthkit.autopsy.communications.CVTTopComponent.relationshipBrowser = new RelationshipBrowser()
private

Definition at line 57 of file CVTTopComponent.java.

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

Definition at line 55 of file CVTTopComponent.java.

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

Definition at line 174 of file CVTTopComponent.java.

final VisualizationPanel org.sleuthkit.autopsy.communications.CVTTopComponent.vizPanel = new VisualizationPanel(relationshipBrowser)
private

Definition at line 60 of file CVTTopComponent.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.