Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel.
Public Member Functions | |
DataSourcePanel () | |
Private Member Functions | |
void | dataSourceCheckBoxActionPerformed (java.awt.event.ActionEvent evt) |
List< String > | getDataSourceArray () |
void | initComponents () |
Private Attributes | |
javax.swing.JCheckBox | dataSourceCheckBox |
javax.swing.JList< String > | dataSourceList |
final Map< Long, String > | dataSourceMap = new HashMap<>() |
javax.swing.JLabel | dataSourceNoteLabel |
javax.swing.JScrollPane | jScrollPane1 |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(DataSourcePanel.class.getName()) |
static final long | serialVersionUID = 1L |
Subpanel with controls for data source filtering.
Definition at line 46 of file DataSourcePanel.java.
org.sleuthkit.autopsy.filesearch.DataSourcePanel.DataSourcePanel | ( | ) |
Creates new form DataSourcePanel
Definition at line 55 of file DataSourcePanel.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), and org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_ADDED.
|
private |
Definition at line 245 of file DataSourcePanel.java.
|
private |
Get dataSourceMap with object id and data source display name.
Definition at line 109 of file DataSourcePanel.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
Definition at line 189 of file DataSourcePanel.java.
|
private |
Definition at line 252 of file DataSourcePanel.java.
|
private |
Definition at line 253 of file DataSourcePanel.java.
|
private |
Definition at line 50 of file DataSourcePanel.java.
|
private |
Definition at line 254 of file DataSourcePanel.java.
|
private |
Definition at line 255 of file DataSourcePanel.java.
|
staticprivate |
Definition at line 48 of file DataSourcePanel.java.
|
staticprivate |
Definition at line 49 of file DataSourcePanel.java.
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.