Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.guiutils.JFileChooserFactory.ChooserCallable Class Reference

Inherits Callable< JFileChooser >.

Public Member Functions

JFileChooser call () throws Exception
 

Private Attributes

final Class<?extends JFileChooser > type
 

Detailed Description

Simple Callable that will initialize any subclass of JFileChooser using the default constructor.

Note that the class and default constructor must be public for this to work properly.

Definition at line 163 of file JFileChooserFactory.java.

Member Function Documentation

JFileChooser org.sleuthkit.autopsy.guiutils.JFileChooserFactory.ChooserCallable.call ( ) throws Exception

Definition at line 177 of file JFileChooserFactory.java.

Member Data Documentation

final Class<? extends JFileChooser> org.sleuthkit.autopsy.guiutils.JFileChooserFactory.ChooserCallable.type
private

Definition at line 165 of file JFileChooserFactory.java.


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

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.