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

Inherits ActionListener.

Public Member Functions

 CaseOpenAction ()
 
void actionPerformed (ActionEvent e)
 

Private Attributes

final JFileChooser fc = new JFileChooser()
 
FileFilter autFilter
 

Static Private Attributes

static final Logger logger = Logger.getLogger(CaseOpenAction.class.getName())
 
static final String PROP_BASECASE = "LBL_BaseCase_PATH"
 

Detailed Description

The action to open a existing case. This class is always enabled.

Definition at line 40 of file CaseOpenAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.CaseOpenAction.CaseOpenAction ( )

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.CaseOpenAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

FileFilter org.sleuthkit.autopsy.casemodule.CaseOpenAction.autFilter
private

Definition at line 45 of file CaseOpenAction.java.

final JFileChooser org.sleuthkit.autopsy.casemodule.CaseOpenAction.fc = new JFileChooser()
private

Definition at line 44 of file CaseOpenAction.java.

final Logger org.sleuthkit.autopsy.casemodule.CaseOpenAction.logger = Logger.getLogger(CaseOpenAction.class.getName())
staticprivate

Definition at line 42 of file CaseOpenAction.java.

final String org.sleuthkit.autopsy.casemodule.CaseOpenAction.PROP_BASECASE = "LBL_BaseCase_PATH"
staticprivate

Definition at line 43 of file CaseOpenAction.java.


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.