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

Inherits JDialog.

Public Member Functions

 AdvancedConfigurationCleanDialog ()
 
 AdvancedConfigurationCleanDialog (boolean resizable)
 
void display (JPanel panel)
 
void close ()
 

Private Member Functions

void initComponents ()
 

Detailed Description

Displays a panel in a new clean dialog. A clean dialog contains nothing but the panel given to it. No additional buttons or features, except the default close operation, which is set to dispose.

Definition at line 18 of file AdvancedConfigurationCleanDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.AdvancedConfigurationCleanDialog ( )

Creates new form AdvancedConfigurationDialog

Definition at line 21 of file AdvancedConfigurationCleanDialog.java.

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

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.close ( )

Close the dialog.

Definition at line 60 of file AdvancedConfigurationCleanDialog.java.

void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.display ( JPanel  panel)

Display the given panel on a clean dialog.

Parameters
panelthe panel to display

Definition at line 39 of file AdvancedConfigurationCleanDialog.java.

void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.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 71 of file AdvancedConfigurationCleanDialog.java.

Referenced by org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.AdvancedConfigurationCleanDialog().


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.