Autopsy  4.18.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.geolocation.OpenGeolocationAction Class Reference

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
 

Detailed Description

Action for opening the Geolocation window. This action is currently available through the Tools menu.

Definition at line 50 of file OpenGeolocationAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.OpenGeolocationAction ( )

Member Function Documentation

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

Returns
component the toolbar button

Definition at line 106 of file OpenGeolocationAction.java.

void org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.performAction ( )
void org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.setEnabled ( boolean  value)

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 90 of file OpenGeolocationAction.java.

Member Data Documentation

final long org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.serialVersionUID = 1L
staticprivate

Definition at line 52 of file OpenGeolocationAction.java.

final JButton org.sleuthkit.autopsy.geolocation.OpenGeolocationAction.toolbarButton
private
Initial value:
= new JButton(getName(),
new ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/images/blueGeo24.png")))

Definition at line 53 of file OpenGeolocationAction.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.