Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog Class Reference

Inherits JDialog.

Public Member Functions

 AdvancedConfigurationDialog ()
 
 AdvancedConfigurationDialog (boolean resizable)
 
void addApplyButtonListener (ActionListener l)
 
void close ()
 
void display (JPanel panel)
 

Private Member Functions

void cancelButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void initComponents ()
 

Private Attributes

javax.swing.JButton applyButton
 
javax.swing.JButton cancelButton
 
javax.swing.Box.Filler filler1
 
javax.swing.Box.Filler filler2
 
javax.swing.JPanel jPanel1
 
javax.swing.JSeparator jSeparator1
 

Detailed Description

Author
dfickling

Definition at line 38 of file AdvancedConfigurationDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.AdvancedConfigurationDialog ( )

Creates new form AdvancedConfigurationDialog

Definition at line 43 of file AdvancedConfigurationDialog.java.

org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.AdvancedConfigurationDialog ( boolean  resizable)

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.addApplyButtonListener ( ActionListener  l)
void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.close ( )
void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.display ( JPanel  panel)
void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.initComponents ( )
private

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.applyButton
private
javax.swing.JButton org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.cancelButton
private
javax.swing.Box.Filler org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.filler1
private
javax.swing.Box.Filler org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.filler2
private
javax.swing.JPanel org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.jPanel1
private
javax.swing.JSeparator org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationDialog.jSeparator1
private

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

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