Autopsy
4.19.3
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.ui.OpenDiscoveryAction.OpenDiscoveryAction | ( | ) |
Construct a new OpenDiscoveryAction.
Definition at line 55 of file OpenDiscoveryAction.java.
boolean org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.asynchronous | ( | ) |
Definition at line 111 of file OpenDiscoveryAction.java.
HelpCtx org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.getHelpCtx | ( | ) |
Definition at line 106 of file OpenDiscoveryAction.java.
String org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.getName | ( | ) |
Definition at line 101 of file OpenDiscoveryAction.java.
Component org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.getToolbarPresenter | ( | ) |
Returns the toolbar component of this action.
Definition at line 82 of file OpenDiscoveryAction.java.
boolean org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.isEnabled | ( | ) |
Definition at line 61 of file OpenDiscoveryAction.java.
References org.sleuthkit.autopsy.casemodule.Case.isCaseOpen().
void org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.performAction | ( | ) |
Definition at line 66 of file OpenDiscoveryAction.java.
void org.sleuthkit.autopsy.discovery.ui.OpenDiscoveryAction.setEnabled | ( | boolean | value | ) |
Set this action to be enabled/disabled
value | whether to enable this action or not |
Definition at line 95 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-2022 Basis Technology. Generated on: Fri Mar 24 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.