Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction.
Public Member Functions | |
OpenGeolocationAction () | |
boolean | asynchronous () |
HelpCtx | getHelpCtx () |
String | getName () |
Component | getToolbarPresenter () |
void | performAction () |
void | setEnabled (boolean value) |
Private Attributes | |
final JButton | toolbarButton |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Action for opening the Geolocation window. This action is currently available through the Tools menu.
Definition at line 50 of file OpenGeolocationAction.java.
org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.OpenGeolocationAction | ( | ) |
Constructs the new action of opening the Geolocation window.
Definition at line 59 of file OpenGeolocationAction.java.
References org.sleuthkit.autopsy.casemodule.Case.addPropertyChangeListener(), org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, and org.sleuthkit.autopsy.core.RuntimeProperties.runningWithGUI.
boolean org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.asynchronous | ( | ) |
Definition at line 116 of file OpenGeolocationAction.java.
HelpCtx org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.getHelpCtx | ( | ) |
Definition at line 111 of file OpenGeolocationAction.java.
String org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.getName | ( | ) |
Definition at line 96 of file OpenGeolocationAction.java.
Component org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.getToolbarPresenter | ( | ) |
Returns the toolbar component of this action
Definition at line 106 of file OpenGeolocationAction.java.
void org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.performAction | ( | ) |
Definition at line 73 of file OpenGeolocationAction.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.GeolocationPanel.openGeolocationWindow().
void org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.setEnabled | ( | boolean | value | ) |
Set this action to be enabled/disabled
value | whether to enable this action or not |
Definition at line 90 of file OpenGeolocationAction.java.
|
staticprivate |
Definition at line 52 of file OpenGeolocationAction.java.
|
private |
Definition at line 53 of file OpenGeolocationAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Fri Jun 9 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.