Autopsy  4.16.0
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.discovery.ui.OpenDiscoveryAction Class Reference

Inherits CallableSystemAction, and Toolbar.

Public Member Functions

 OpenDiscoveryAction ()
 
boolean asynchronous ()
 
HelpCtx getHelpCtx ()
 
String getName ()
 
Component getToolbarPresenter ()
 
boolean isEnabled ()
 
void performAction ()
 
void setEnabled (boolean value)
 

Private Attributes

final JButton toolbarButton = new JButton()
 

Static Private Attributes

static final String DISPLAY_NAME = Bundle.CTL_OpenDiscoveryAction()
 
static final long serialVersionUID = 1L
 

Detailed Description

Class to open the Discovery dialog. Allows the user to run searches and see results in the DiscoveryTopComponent.

Definition at line 45 of file OpenDiscoveryAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.OpenDiscoveryAction ( )

Construct a new OpenDiscoveryAction.

Definition at line 54 of file OpenDiscoveryAction.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.asynchronous ( )

Definition at line 109 of file OpenDiscoveryAction.java.

HelpCtx org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.getHelpCtx ( )

Definition at line 104 of file OpenDiscoveryAction.java.

String org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.getName ( )

Definition at line 99 of file OpenDiscoveryAction.java.

Component org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.getToolbarPresenter ( )

Returns the toolbar component of this action.

Returns
The toolbar button

Definition at line 80 of file OpenDiscoveryAction.java.

boolean org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.isEnabled ( )
void org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.performAction ( )

Definition at line 65 of file OpenDiscoveryAction.java.

void org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.setEnabled ( boolean  value)

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 93 of file OpenDiscoveryAction.java.

Member Data Documentation

final String org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.DISPLAY_NAME = Bundle.CTL_OpenDiscoveryAction()
staticprivate

Definition at line 47 of file OpenDiscoveryAction.java.

final long org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.serialVersionUID = 1L
staticprivate

Definition at line 48 of file OpenDiscoveryAction.java.

final JButton org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.toolbarButton = new JButton()
private

Definition at line 49 of file OpenDiscoveryAction.java.


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

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