Autopsy  3.1
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.corecomponents.MediaViewImagePanel Class Reference

Inherits JPanel.

Public Member Functions

 MediaViewImagePanel ()
 
boolean isInited ()
 
void reset ()
 
List< String > getMimeTypes ()
 
List< String > getExtensions ()
 

Private Member Functions

void setupFx ()
 
void initComponents ()
 

Private Attributes

JFXPanel fxPanel
 
ImageView fxImageView
 
boolean fxInited = false
 
final List< String > supportedExtensions
 

Static Private Attributes

static final Logger logger = Logger.getLogger(MediaViewImagePanel.class.getName())
 
static final List< String > supportedMimes = Arrays.asList("image/jpeg", "image/png", "image/gif", "image/bmp", "image/x-ms-bmp")
 

Detailed Description

Container for the image viewer part of media view, on a layered pane. To be used with JavaFx image viewer only.

Definition at line 51 of file MediaViewImagePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.MediaViewImagePanel ( )

Member Function Documentation

List<String> org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.getExtensions ( )

returns supported extensions (each starting with .)

Returns

Definition at line 224 of file MediaViewImagePanel.java.

References org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.supportedExtensions.

List<String> org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.getMimeTypes ( )

returns supported mime types

Returns

Definition at line 216 of file MediaViewImagePanel.java.

References org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.supportedMimes.

void org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.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 235 of file MediaViewImagePanel.java.

Referenced by org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.MediaViewImagePanel().

boolean org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.isInited ( )
void org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.reset ( )
void org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.setupFx ( )
private

Member Data Documentation

ImageView org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.fxImageView
private

Definition at line 53 of file MediaViewImagePanel.java.

boolean org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.fxInited = false
private
JFXPanel org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.fxPanel
private

Definition at line 52 of file MediaViewImagePanel.java.

final Logger org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.logger = Logger.getLogger(MediaViewImagePanel.class.getName())
staticprivate

Definition at line 54 of file MediaViewImagePanel.java.

final List<String> org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.supportedExtensions
private
final List<String> org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.supportedMimes = Arrays.asList("image/jpeg", "image/png", "image/gif", "image/bmp", "image/x-ms-bmp")
staticprivate

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.