Autopsy  4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.filesearch.MimeTypePanel Class Reference

Inherits JPanel.

Public Member Functions

 MimeTypePanel ()
 

Private Member Functions

String[] getMimeTypeArray ()
 
void initComponents ()
 
void mimeTypeCheckBoxActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

javax.swing.JLabel jLabel1
 
javax.swing.JScrollPane jScrollPane1
 
javax.swing.JCheckBox mimeTypeCheckBox
 
javax.swing.JList< String > mimeTypeList
 

Static Private Attributes

static final Logger logger = Logger.getLogger(MimeTypePanel.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Enter MIME types for search.

Definition at line 32 of file MimeTypePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.filesearch.MimeTypePanel.MimeTypePanel ( )

Creates new form MimeTypePanel

Definition at line 40 of file MimeTypePanel.java.

Member Function Documentation

String [] org.sleuthkit.autopsy.filesearch.MimeTypePanel.getMimeTypeArray ( )
private
void org.sleuthkit.autopsy.filesearch.MimeTypePanel.initComponents ( )
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 80 of file MimeTypePanel.java.

void org.sleuthkit.autopsy.filesearch.MimeTypePanel.mimeTypeCheckBoxActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 136 of file MimeTypePanel.java.

Member Data Documentation

javax.swing.JLabel org.sleuthkit.autopsy.filesearch.MimeTypePanel.jLabel1
private

Definition at line 144 of file MimeTypePanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.filesearch.MimeTypePanel.jScrollPane1
private

Definition at line 145 of file MimeTypePanel.java.

final Logger org.sleuthkit.autopsy.filesearch.MimeTypePanel.logger = Logger.getLogger(MimeTypePanel.class.getName())
staticprivate

Definition at line 34 of file MimeTypePanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.filesearch.MimeTypePanel.mimeTypeCheckBox
private

Definition at line 146 of file MimeTypePanel.java.

javax.swing.JList<String> org.sleuthkit.autopsy.filesearch.MimeTypePanel.mimeTypeList
private

Definition at line 147 of file MimeTypePanel.java.

final long org.sleuthkit.autopsy.filesearch.MimeTypePanel.serialVersionUID = 1L
staticprivate

Definition at line 35 of file MimeTypePanel.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.