Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | 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

void viewOfflineHelp ()
 

Private Attributes

URI uri
 

Static Private Attributes

static final Logger Logger
 

Detailed Description

Implements a hyperlink to the Offline Documentation.

Definition at line 53 of file OfflineHelpAction.java.

Member Function Documentation

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

Definition at line 60 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 71 of file OfflineHelpAction.java.

Member Data Documentation

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

Definition at line 56 of file OfflineHelpAction.java.

URI org.sleuthkit.autopsy.corecomponents.OfflineHelpAction.uri
private

Definition at line 55 of file OfflineHelpAction.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.