Autopsy  4.18.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.YaraRuleSetOptionPanel Class Reference

Inherits JPanel.

Public Member Functions

 YaraRuleSetOptionPanel ()
 

Private Member Functions

void handleDeleteRuleSet ()
 
void handleNewRuleSet ()
 
void handleSelectionChange ()
 
void initComponents ()
 

Private Attributes

org.sleuthkit.autopsy.modules.yara.ui.RuleSetDetailsPanel ruleSetDetailsPanel
 
org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel ruleSetPanel
 

Static Private Attributes

static final Logger logger = Logger.getLogger(YaraRuleSetOptionPanel.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Yara Rule Set Option Panel.

Definition at line 37 of file YaraRuleSetOptionPanel.java.

Constructor & Destructor Documentation

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

Member Function Documentation

void org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleDeleteRuleSet ( )
private
void org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleNewRuleSet ( )
private
void org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleSelectionChange ( )
private
void org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.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 175 of file YaraRuleSetOptionPanel.java.

References org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.ruleSetDetailsPanel, and org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.ruleSetPanel.

Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.YaraRuleSetOptionPanel().

Member Data Documentation

final Logger org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.logger = Logger.getLogger(YaraRuleSetOptionPanel.class.getName())
staticprivate

Definition at line 41 of file YaraRuleSetOptionPanel.java.

org.sleuthkit.autopsy.modules.yara.ui.RuleSetDetailsPanel org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.ruleSetDetailsPanel
private
org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.ruleSetPanel
private
final long org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.serialVersionUID = 1L
staticprivate

Definition at line 39 of file YaraRuleSetOptionPanel.java.


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

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