Autopsy  4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.OfflineHelpAction Class Reference

Inherits ActionListener.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Private Member Functions

File getOfflineHelpFile ()
 
void viewOfflineHelp ()
 

Static Private Attributes

static final String DOCS_FOLDER = "docs"
 
static final String HELP_HTML_FILE = "index.html"
 
static final String HELP_REL_PATH = Paths.get("..", DOCS_FOLDER, HELP_HTML_FILE).toString()
 
static final Logger logger = org.sleuthkit.autopsy.coreutils.Logger.getLogger(AboutWindowPanel.class.getName())
 

Detailed Description

Implements a hyperlink to the Offline Documentation.

Definition at line 55 of file OfflineHelpAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.actionPerformed ( ActionEvent  e)

Definition at line 65 of file OfflineHelpAction.java.

File org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.getOfflineHelpFile ( )
private

Definition at line 108 of file OfflineHelpAction.java.

void org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.viewOfflineHelp ( )
private

Displays the Offline Documentation in the system browser. If not available, displays it in the built-in OpenIDE HTML Browser.

Tested and working: Chrome, Firefox, IE Not tested: Opera, Safari

Definition at line 75 of file OfflineHelpAction.java.

References org.sleuthkit.autopsy.coreutils.Desktop.getDesktop(), org.sleuthkit.autopsy.coreutils.Desktop.isDesktopSupported(), and org.sleuthkit.autopsy.coreutils.Desktop.open().

Member Data Documentation

final String org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.DOCS_FOLDER = "docs"
staticprivate

Definition at line 57 of file OfflineHelpAction.java.

final String org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.HELP_HTML_FILE = "index.html"
staticprivate

Definition at line 58 of file OfflineHelpAction.java.

final String org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.HELP_REL_PATH = Paths.get("..", DOCS_FOLDER, HELP_HTML_FILE).toString()
staticprivate

Definition at line 59 of file OfflineHelpAction.java.

final Logger org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.logger = org.sleuthkit.autopsy.coreutils.Logger.getLogger(AboutWindowPanel.class.getName())
staticprivate

Definition at line 62 of file OfflineHelpAction.java.


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

Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.