Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.IngestModuleGlobalSettingsPanel, and org.sleuthkit.autopsy.corecomponents.OptionsPanel.
Public Member Functions | |
YaraGlobalSettingsPanel () | |
void | load () |
void | saveSettings () |
void | store () |
Private Member Functions | |
void | addOptionPanel () |
void | initComponents () |
Private Attributes | |
final YaraRuleSetOptionPanel | panel = new YaraRuleSetOptionPanel() |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
YARA global settings panel.
Definition at line 29 of file YaraGlobalSettingsPanel.java.
org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.YaraGlobalSettingsPanel | ( | ) |
Creates new form YaraGlobalSettingsPanel
Definition at line 41 of file YaraGlobalSettingsPanel.java.
References org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.addOptionPanel(), and org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.initComponents().
|
private |
Add the YaraRuleSetOptionPanel to this panel.
Definition at line 66 of file YaraGlobalSettingsPanel.java.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.YaraGlobalSettingsPanel().
|
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 78 of file YaraGlobalSettingsPanel.java.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.YaraGlobalSettingsPanel().
void org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.load | ( | ) |
Load the saved state of all options, and refresh this OptionsPanel accordingly.
Implements org.sleuthkit.autopsy.corecomponents.OptionsPanel.
Definition at line 57 of file YaraGlobalSettingsPanel.java.
Referenced by org.sleuthkit.autopsy.modules.yara.YaraIngestModuleFactory.getGlobalSettingsPanel().
void org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.saveSettings | ( | ) |
Definition at line 47 of file YaraGlobalSettingsPanel.java.
void org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.store | ( | ) |
Store the current state of all options in this OptionsPanel.
Implements org.sleuthkit.autopsy.corecomponents.OptionsPanel.
Definition at line 52 of file YaraGlobalSettingsPanel.java.
|
private |
Definition at line 33 of file YaraGlobalSettingsPanel.java.
|
staticprivate |
Definition at line 31 of file YaraGlobalSettingsPanel.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.