Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Class to open the Discovery dialog. Allows the user to run searches and see results in the DiscoveryTopComponent.
Definition at line 46 of file OpenDiscoveryAction.java.
org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.OpenDiscoveryAction | ( | ) |
Construct a new OpenDiscoveryAction.
Definition at line 55 of file OpenDiscoveryAction.java.
boolean org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.asynchronous | ( | ) |
Definition at line 112 of file OpenDiscoveryAction.java.
HelpCtx org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.getHelpCtx | ( | ) |
Definition at line 107 of file OpenDiscoveryAction.java.
String org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.getName | ( | ) |
Definition at line 102 of file OpenDiscoveryAction.java.
Component org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.getToolbarPresenter | ( | ) |
Returns the toolbar component of this action.
Definition at line 83 of file OpenDiscoveryAction.java.
boolean org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.isEnabled | ( | ) |
Definition at line 61 of file OpenDiscoveryAction.java.
References org.sleuthkit.autopsy.casemodule.Case.isCaseOpen().
void org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.performAction | ( | ) |
Definition at line 68 of file OpenDiscoveryAction.java.
void org.sleuthkit.autopsy.discovery.OpenDiscoveryAction.setEnabled | ( | boolean | value | ) |
Set this action to be enabled/disabled
value | whether to enable this action or not |
Definition at line 96 of file OpenDiscoveryAction.java.
|
staticprivate |
Definition at line 48 of file OpenDiscoveryAction.java.
|
staticprivate |
Definition at line 49 of file OpenDiscoveryAction.java.
|
private |
Definition at line 50 of file OpenDiscoveryAction.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.