Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel Class Reference

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
 

Detailed Description

YARA global settings panel.

Definition at line 29 of file YaraGlobalSettingsPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.YaraGlobalSettingsPanel ( )

Member Function Documentation

void org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.addOptionPanel ( )
private
void org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.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 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.

Member Data Documentation

final YaraRuleSetOptionPanel org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.panel = new YaraRuleSetOptionPanel()
private

Definition at line 33 of file YaraGlobalSettingsPanel.java.

final long org.sleuthkit.autopsy.modules.yara.ui.YaraGlobalSettingsPanel.serialVersionUID = 1L
staticprivate

Definition at line 31 of file YaraGlobalSettingsPanel.java.


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

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