Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Yara Rule Set Option Panel.
Definition at line 37 of file YaraRuleSetOptionPanel.java.
org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.YaraRuleSetOptionPanel | ( | ) |
Creates new form YaraRuleSetOptionPanel
Definition at line 46 of file YaraRuleSetOptionPanel.java.
References org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleDeleteRuleSet(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleNewRuleSet(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleSelectionChange(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.initComponents(), and org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.ruleSetPanel.
|
private |
Handle the delete rule action. Delete the rule set and update the the rule set list.
Definition at line 152 of file YaraRuleSetOptionPanel.java.
References org.sleuthkit.autopsy.modules.yara.rules.RuleSetManager.deleteRuleSet(), org.sleuthkit.autopsy.modules.yara.rules.RuleSetManager.getInstance(), org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getName(), and org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.ruleSetPanel.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.YaraRuleSetOptionPanel().
|
private |
Handle the new rule set action. Prompt the user for a rule set name, create the new set and update the rule set list.
Definition at line 114 of file YaraRuleSetOptionPanel.java.
References org.sleuthkit.autopsy.modules.yara.rules.RuleSetManager.createRuleSet(), org.sleuthkit.autopsy.modules.yara.rules.RuleSetManager.getInstance(), and org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.ruleSetPanel.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.YaraRuleSetOptionPanel().
|
private |
Handle the change in rule set selection. Update the detail panel with the selected rule.
Definition at line 88 of file YaraRuleSetOptionPanel.java.
References org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getName(), org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getPath(), 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().
|
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().
|
staticprivate |
Definition at line 41 of file YaraRuleSetOptionPanel.java.
|
private |
Definition at line 230 of file YaraRuleSetOptionPanel.java.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleSelectionChange(), and org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.initComponents().
|
private |
Definition at line 231 of file YaraRuleSetOptionPanel.java.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleDeleteRuleSet(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleNewRuleSet(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleSelectionChange(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.initComponents(), and org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.YaraRuleSetOptionPanel().
|
staticprivate |
Definition at line 39 of file YaraRuleSetOptionPanel.java.
Copyright © 2012-2022 Basis Technology. Generated on: Fri Jun 9 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.