Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog.
Public Member Functions | |
AdvancedConfigurationCleanDialog () | |
AdvancedConfigurationCleanDialog (boolean resizable) | |
void | close () |
void | display (JPanel panel) |
Private Member Functions | |
void | initComponents () |
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 32 of file AdvancedConfigurationCleanDialog.java.
org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.AdvancedConfigurationCleanDialog | ( | ) |
Creates new form AdvancedConfigurationDialog
Definition at line 37 of file AdvancedConfigurationCleanDialog.java.
org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.AdvancedConfigurationCleanDialog | ( | boolean | resizable | ) |
Creates new form AdvancedConfigurationDialog
resizable | Is the dialog resizable? |
Definition at line 46 of file AdvancedConfigurationCleanDialog.java.
void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.close | ( | ) |
Close the dialog.
Definition at line 73 of file AdvancedConfigurationCleanDialog.java.
void org.sleuthkit.autopsy.corecomponents.AdvancedConfigurationCleanDialog.display | ( | JPanel | panel | ) |
Display the given panel on a clean dialog.
panel | the panel to display |
Definition at line 60 of file AdvancedConfigurationCleanDialog.java.
|
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 84 of file AdvancedConfigurationCleanDialog.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.