Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.RuleSetListItem.
Public Member Functions | |
String | getDisplayName () |
Icon | getIcon () |
boolean | hasIcon () |
boolean | isChecked () |
void | setChecked (boolean checked) |
Private Attributes | |
boolean | checked = false |
An abstract implementation of CheckBoxJList.CheckboxListItem so that implementing classes have default implementation.
Definition at line 28 of file AbstractCheckboxListItem.java.
|
inherited |
Returns String to display as the check box label
Implemented in org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.RuleSetListItem.
Icon org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.getIcon | ( | ) |
Returns Icon to display next to the checkbox
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 | ( | ) |
Returns whether an icon has been configured for this item
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 | ( | ) |
Returns the checkbox state.
Implements org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.
Definition at line 33 of file AbstractCheckboxListItem.java.
References org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.checked.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.getSettings().
void org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.setChecked | ( | boolean | checked | ) |
Set the state of the check box.
checked |
Implements org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.
Definition at line 38 of file AbstractCheckboxListItem.java.
References org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.checked.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.YaraIngestSettingsPanel().
|
private |
Definition at line 30 of file AbstractCheckboxListItem.java.
Referenced by org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.isChecked(), and org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.setChecked().
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.