Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem, and org.sleuthkit.autopsy.guiutils.CheckBoxListPanel< T >.ObjectCheckBox< T >.
Public Member Functions | |
String | getDisplayName () |
Icon | getIcon () |
boolean | hasIcon () |
boolean | isChecked () |
void | setChecked (boolean checked) |
Simple interface that must be implement for an object to be displayed as a checkbox in CheckBoxJList.
Definition at line 47 of file CheckBoxJList.java.
String org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.getDisplayName | ( | ) |
Returns String to display as the check box label
Implemented in org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.RuleSetListItem.
Icon org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.getIcon | ( | ) |
Returns Icon to display next to the checkbox
Implemented in org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.
boolean org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.hasIcon | ( | ) |
Returns whether an icon has been configured for this item
Implemented in org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.
boolean org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.isChecked | ( | ) |
Returns the checkbox state.
Implemented in org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.
void org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.setChecked | ( | boolean | checked | ) |
Set the state of the check box.
checked |
Implemented in org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.
Copyright © 2012-2022 Basis Technology. Generated on: Wed Jun 7 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.