Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem Interface Reference

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)
 

Detailed Description

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.

Member Function Documentation

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

Returns String to display as the check box label

Returns

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

Returns

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

Returns

Implemented in org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.

boolean org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.isChecked ( )

Returns the checkbox state.

Returns
True if the check box should be checked

Implemented in org.sleuthkit.autopsy.guicomponentutils.AbstractCheckboxListItem.

void org.sleuthkit.autopsy.guiutils.CheckBoxJList< T extends CheckBoxJList.CheckboxListItem >.CheckboxListItem.setChecked ( boolean  checked)

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

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