Autopsy  4.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.OnlineHelpAction Class Reference

Inherits ActionListener.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Private Member Functions

void viewOnlineHelp ()
 

Private Attributes

URI uri
 

Static Private Attributes

static final Logger Logger = org.sleuthkit.autopsy.coreutils.Logger.getLogger(AboutWindowPanel.class.getName())
 

Detailed Description

Implements a hyperlink to the Online Documentation.

Definition at line 55 of file OnlineHelpAction.java.

Member Function Documentation

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

Definition at line 61 of file OnlineHelpAction.java.

void org.sleuthkit.autopsy.corecomponents.OnlineHelpAction.viewOnlineHelp ( )
private

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

Definition at line 70 of file OnlineHelpAction.java.

Member Data Documentation

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

Definition at line 58 of file OnlineHelpAction.java.

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

Definition at line 57 of file OnlineHelpAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.