Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.guicomponeontutils.AbstractCheckboxListItem Class Referenceabstract

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

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
 

Detailed Description

An abstract implementation of CheckBoxJList.CheckboxListItem so that implementing classes have default implementation.

Definition at line 28 of file AbstractCheckboxListItem.java.

Member Function Documentation

String org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.getDisplayName ( )
inherited

Returns String to display as the check box label

Returns

Implemented in org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.RuleSetListItem.

Icon org.sleuthkit.autopsy.guicomponeontutils.AbstractCheckboxListItem.getIcon ( )

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.guicomponeontutils.AbstractCheckboxListItem.hasIcon ( )

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.guicomponeontutils.AbstractCheckboxListItem.isChecked ( )
void org.sleuthkit.autopsy.guicomponeontutils.AbstractCheckboxListItem.setChecked ( boolean  checked)

Member Data Documentation

boolean org.sleuthkit.autopsy.guicomponeontutils.AbstractCheckboxListItem.checked = false
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.