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

Inherits JPanel, and org.sleuthkit.autopsy.contentviewers.FileTypeViewer.

Public Member Functions

 JPEGViewerDummy ()
 
Component getComponent ()
 
List< String > getSupportedMIMETypes ()
 
void resetComponent ()
 
void setFile (AbstractFile file)
 

Static Public Attributes

static final String[] SUPPORTED_MIMETYPES = new String[]{"image/jpeg"}
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JLabel jLabel1
 
javax.swing.JTextField jTextField1
 

Detailed Description

Definition at line 13 of file JPEGViewerDummy.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.JPEGViewerDummy ( )

Creates new form JPEGViewer

Definition at line 20 of file JPEGViewerDummy.java.

References org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.initComponents().

Member Function Documentation

Component org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.getComponent ( )

Definition at line 69 of file JPEGViewerDummy.java.

List<String> org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.getSupportedMIMETypes ( )

Definition at line 64 of file JPEGViewerDummy.java.

void org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.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 31 of file JPEGViewerDummy.java.

References org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.jLabel1, and org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.jTextField1.

Referenced by org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.JPEGViewerDummy().

void org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.resetComponent ( )
void org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.setFile ( AbstractFile  file)

Member Data Documentation

javax.swing.JLabel org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.jLabel1
private
javax.swing.JTextField org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.jTextField1
private
final String [] org.sleuthkit.autopsy.contentviewers.JPEGViewerDummy.SUPPORTED_MIMETYPES = new String[]{"image/jpeg"}
static

Definition at line 15 of file JPEGViewerDummy.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.