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

Inherits JPanel.

Classes

class  RuleSetRenderer
 

Public Member Functions

 RuleSetPanel ()
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JButton deleteButton
 
final DefaultListModel< RuleSetlistModel
 
javax.swing.JButton newButton
 
final JList< RuleSetruleSetList
 
javax.swing.JScrollPane scrollPane
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Panel for managing yara rule sets.

Definition at line 37 of file RuleSetPanel.java.

Constructor & Destructor Documentation

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

Member Function Documentation

void org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.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 172 of file RuleSetPanel.java.

References org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.deleteButton, org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.newButton, and org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.scrollPane.

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

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.deleteButton
private
final DefaultListModel<RuleSet> org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.listModel
private

Definition at line 41 of file RuleSetPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.newButton
private
final JList<RuleSet> org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.ruleSetList
private

Definition at line 42 of file RuleSetPanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.scrollPane
private
final long org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.serialVersionUID = 1L
staticprivate

Definition at line 39 of file RuleSetPanel.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.