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

Inherits CallableSystemAction.

Public Member Functions

void actionPerformed (ActionEvent event)
 
HelpCtx getHelpCtx ()
 
String getName ()
 
boolean isEnabled ()
 
void performAction ()
 

Static Public Member Functions

static synchronized CommonAttributeSearchAction getDefault ()
 

Private Member Functions

 CommonAttributeSearchAction ()
 
void createAndShowPanel ()
 

Static Private Attributes

static CommonAttributeSearchAction instance = null
 
static final Logger LOGGER = Logger.getLogger(CommonAttributeSearchAction.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Encapsulates a menu action which triggers the common files search dialog.

Definition at line 37 of file CommonAttributeSearchAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.CommonAttributeSearchAction ( )
private

Create a CommonAttributeSearchAction for opening the common attribute search dialog

Definition at line 60 of file CommonAttributeSearchAction.java.

Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.getDefault().

Member Function Documentation

void org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.actionPerformed ( ActionEvent  event)
void org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.createAndShowPanel ( )
private
static synchronized CommonAttributeSearchAction org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.getDefault ( )
static
HelpCtx org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.getHelpCtx ( )

Definition at line 161 of file CommonAttributeSearchAction.java.

String org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.getName ( )

Definition at line 156 of file CommonAttributeSearchAction.java.

boolean org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.isEnabled ( )
void org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.performAction ( )

Member Data Documentation

CommonAttributeSearchAction org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.instance = null
staticprivate
final Logger org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.LOGGER = Logger.getLogger(CommonAttributeSearchAction.class.getName())
staticprivate

Definition at line 39 of file CommonAttributeSearchAction.java.

final long org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeSearchAction.serialVersionUID = 1L
staticprivate

Definition at line 42 of file CommonAttributeSearchAction.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.