Autopsy  4.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 close ()
 
void display (JPanel panel)
 

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 19 of file AdvancedConfigurationCleanDialog.java.

Constructor & Destructor Documentation

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

Creates new form AdvancedConfigurationDialog

Definition at line 24 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 66 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 45 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 77 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-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.