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

Inherits org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.

Public Member Functions

String getDisplayName ()
 
Icon getIcon ()
 
boolean hasIcon ()
 
boolean isChecked ()
 
void setChecked (boolean checked)
 

Private Attributes

final RuleSet ruleSet
 

Detailed Description

RuleSet wrapper class for Checkbox JList model.

Definition at line 140 of file YaraIngestSettingsPanel.java.

Member Function Documentation

String org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.RuleSetListItem.getDisplayName ( )
Icon org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.getIcon ( )
inherited

Returns Icon to display next to the checkbox

Returns

Implements org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.

Definition at line 48 of file AbstractCheckboxListItem.java.

boolean org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.hasIcon ( )
inherited

Returns whether an icon has been configured for this item

Returns

Implements org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.

Definition at line 43 of file AbstractCheckboxListItem.java.

boolean org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.isChecked ( )
inherited
void org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.setChecked ( boolean  checked)
inherited

Member Data Documentation

final RuleSet org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.RuleSetListItem.ruleSet
private

Definition at line 142 of file YaraIngestSettingsPanel.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.