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

Inherits JPanel, Provider, and Provider.

Public Member Functions

 AccountsBrowser ()
 
ExplorerManager getExplorerManager ()
 
Lookup getLookup ()
 
void handleFilterEvent (CVTEvents.FilterChangeEvent filterChangeEvent)
 

Private Member Functions

void initComponents ()
 
void setColumnWidths ()
 

Private Attributes

final ExplorerManager accountsTableEM = new ExplorerManager()
 
javax.swing.JSplitPane jSplitPane1
 
final ExplorerManager messageBrowserEM = new ExplorerManager()
 
final Outline outline
 
org.openide.explorer.view.OutlineView outlineView
 
final ProxyLookup proxyLookup
 

Static Private Attributes

static final Logger logger = Logger.getLogger(AccountsBrowser.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

A panel that goes in the Browse tab of the Communications Visualization Tool. Hosts an OutlineView that shows information about Accounts, and a MessageBrowser for viewing details of communications.

The Lookup provided by getLookup will be proxied by the lookup of the CVTTopComponent when this tab is active allowing for context sensitive actions to work correctly.

Definition at line 52 of file AccountsBrowser.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.communications.AccountsBrowser.AccountsBrowser ( )

Member Function Documentation

ExplorerManager org.sleuthkit.autopsy.communications.AccountsBrowser.getExplorerManager ( )

Definition at line 161 of file AccountsBrowser.java.

Lookup org.sleuthkit.autopsy.communications.AccountsBrowser.getLookup ( )

Definition at line 166 of file AccountsBrowser.java.

void org.sleuthkit.autopsy.communications.AccountsBrowser.handleFilterEvent ( CVTEvents.FilterChangeEvent  filterChangeEvent)
void org.sleuthkit.autopsy.communications.AccountsBrowser.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 141 of file AccountsBrowser.java.

void org.sleuthkit.autopsy.communications.AccountsBrowser.setColumnWidths ( )
private

Definition at line 98 of file AccountsBrowser.java.

Member Data Documentation

final ExplorerManager org.sleuthkit.autopsy.communications.AccountsBrowser.accountsTableEM = new ExplorerManager()
private

Definition at line 60 of file AccountsBrowser.java.

javax.swing.JSplitPane org.sleuthkit.autopsy.communications.AccountsBrowser.jSplitPane1
private

Definition at line 156 of file AccountsBrowser.java.

final Logger org.sleuthkit.autopsy.communications.AccountsBrowser.logger = Logger.getLogger(AccountsBrowser.class.getName())
staticprivate

Definition at line 55 of file AccountsBrowser.java.

final ExplorerManager org.sleuthkit.autopsy.communications.AccountsBrowser.messageBrowserEM = new ExplorerManager()
private

Definition at line 59 of file AccountsBrowser.java.

final Outline org.sleuthkit.autopsy.communications.AccountsBrowser.outline
private

Definition at line 57 of file AccountsBrowser.java.

org.openide.explorer.view.OutlineView org.sleuthkit.autopsy.communications.AccountsBrowser.outlineView
private

Definition at line 157 of file AccountsBrowser.java.

final ProxyLookup org.sleuthkit.autopsy.communications.AccountsBrowser.proxyLookup
private

Definition at line 66 of file AccountsBrowser.java.

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

Definition at line 54 of file AccountsBrowser.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.