|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.IngestModuleGlobalSettingsPanel.
Public Member Functions | |
| CTOptionsPanel () | |
| void | loadSavedSettings () |
| void | saveSettings () |
| boolean | valid () |
Private Member Functions | |
| void | addSubOptionsPanels (List< CTOptionsSubPanel > subPanels) |
| void | initComponents () |
Private Attributes | |
| javax.swing.JPanel | contentPane |
| final List< CTOptionsSubPanel > | subPanels |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(CTOptionsPanel.class.getName()) |
| static final int | MAX_SUBPANEL_WIDTH = 700 |
Options panel for Cyber Triage.
Definition at line 40 of file CTOptionsPanel.java.
| com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.CTOptionsPanel | ( | ) |
Creates new form CTOptions loading any CTOptionsSubPanel instances to be displayed.
Definition at line 52 of file CTOptionsPanel.java.
References com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.addSubOptionsPanels(), and com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.initComponents().
|
private |
Definition at line 72 of file CTOptionsPanel.java.
References com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.contentPane.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.CTOptionsPanel().
|
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 136 of file CTOptionsPanel.java.
References com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.contentPane.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.CTOptionsPanel().
| void com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.loadSavedSettings | ( | ) |
| void com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.saveSettings | ( | ) |
Definition at line 150 of file CTOptionsPanel.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanelController.applyChanges().
| boolean com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.valid | ( | ) |
Definition at line 158 of file CTOptionsPanel.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanelController.isValid().
|
private |
Definition at line 164 of file CTOptionsPanel.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.addSubOptionsPanels(), and com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.initComponents().
|
staticprivate |
Definition at line 44 of file CTOptionsPanel.java.
|
staticprivate |
Definition at line 42 of file CTOptionsPanel.java.
|
private |
Definition at line 46 of file CTOptionsPanel.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.