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

Inherits JPanel.

Public Member Functions

 AccountsBrowser ()
 
void addNotify ()
 

Private Member Functions

void initComponents ()
 
void setColumnWidths ()
 

Private Attributes

ExplorerManager em
 
final Outline outline
 
org.openide.explorer.view.OutlineView outlineView
 

Static Private Attributes

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.

Definition at line 34 of file AccountsBrowser.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 60 of file AccountsBrowser.java.

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 103 of file AccountsBrowser.java.

References org.sleuthkit.autopsy.communications.AccountsBrowser.outlineView.

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

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

Definition at line 72 of file AccountsBrowser.java.

Member Data Documentation

ExplorerManager org.sleuthkit.autopsy.communications.AccountsBrowser.em
private

Definition at line 39 of file AccountsBrowser.java.

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

Definition at line 38 of file AccountsBrowser.java.

org.openide.explorer.view.OutlineView org.sleuthkit.autopsy.communications.AccountsBrowser.outlineView
private
final long org.sleuthkit.autopsy.communications.AccountsBrowser.serialVersionUID = 1L
staticprivate

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