Autopsy  4.4
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.ingest.RunIngestAction Class Reference

Inherits CallableSystemAction, Menu, and ActionListener.

Public Member Functions

void actionPerformed (ActionEvent e)
 
HelpCtx getHelpCtx ()
 
JMenuItem getMenuPresenter ()
 
String getName ()
 
boolean isEnabled ()
 
void performAction ()
 

Static Public Member Functions

static RunIngestAction getInstance ()
 

Private Member Functions

 RunIngestAction ()
 

Static Private Attributes

static RunIngestAction action
 
static final long serialVersionUID = 1L
 

Detailed Description

The action associated with assorted Run Ingest Modules menu items.

This action should only be invoked in the event dispatch thread (EDT).

Definition at line 41 of file RunIngestAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.RunIngestAction.RunIngestAction ( )
private

Definition at line 53 of file RunIngestAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.ingest.RunIngestAction.actionPerformed ( ActionEvent  e)

Definition at line 79 of file RunIngestAction.java.

HelpCtx org.sleuthkit.autopsy.ingest.RunIngestAction.getHelpCtx ( )

Definition at line 67 of file RunIngestAction.java.

static RunIngestAction org.sleuthkit.autopsy.ingest.RunIngestAction.getInstance ( )
static

Definition at line 46 of file RunIngestAction.java.

JMenuItem org.sleuthkit.autopsy.ingest.RunIngestAction.getMenuPresenter ( )

Definition at line 72 of file RunIngestAction.java.

String org.sleuthkit.autopsy.ingest.RunIngestAction.getName ( )

Definition at line 62 of file RunIngestAction.java.

boolean org.sleuthkit.autopsy.ingest.RunIngestAction.isEnabled ( )
void org.sleuthkit.autopsy.ingest.RunIngestAction.performAction ( )

Definition at line 57 of file RunIngestAction.java.

Member Data Documentation

RunIngestAction org.sleuthkit.autopsy.ingest.RunIngestAction.action
staticprivate

Definition at line 44 of file RunIngestAction.java.

final long org.sleuthkit.autopsy.ingest.RunIngestAction.serialVersionUID = 1L
staticprivate

Definition at line 43 of file RunIngestAction.java.


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

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