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

Inherits JPanel, and HyperlinkListener.

Public Member Functions

 AboutWindowPanel ()
 
void setCopyright (String text)
 
void hyperlinkUpdate (HyperlinkEvent event)
 
void startVerboseLogging ()
 
boolean verboseLoggingIsSet ()
 

Private Member Functions

void initComponents ()
 
void copyrightMouseClicked (java.awt.event.MouseEvent evt)
 
void jButton2ActionPerformed (java.awt.event.ActionEvent evt)
 
void logoLabelMouseClicked (java.awt.event.MouseEvent evt)
 
void activateVerboseLogging (java.awt.event.ActionEvent evt)
 
void disableVerboseLoggingButton ()
 
void closeDialog ()
 
void showUrl ()
 
String getUserDirValue ()
 

Static Private Member Functions

static String getSleuthKitVersionValue ()
 
static String getProductVersionValue ()
 
static String getOperatingSystemValue ()
 
static String getJavaValue ()
 
static String getVMValue ()
 
static String getSystemLocaleValue ()
 
static String getEncodingValue ()
 

Private Attributes

URL url = null
 
Icon about
 
boolean verboseLogging
 
javax.swing.JTextPane copyright
 
javax.swing.JTextPane description
 
javax.swing.JButton jButton2
 
javax.swing.JScrollPane jScrollPane2
 
javax.swing.JScrollPane jScrollPane3
 
javax.swing.JLabel logoLabel
 
javax.swing.JButton verboseLoggingButton
 

Static Private Attributes

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

Detailed Description

Custom "About" window panel.

Definition at line 47 of file AboutWindowPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.AboutWindowPanel ( )

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.activateVerboseLogging ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.closeDialog ( )
private
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.copyrightMouseClicked ( java.awt.event.MouseEvent  evt)
private
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.disableVerboseLoggingButton ( )
private
static String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getEncodingValue ( )
staticprivate

Definition at line 266 of file AboutWindowPanel.java.

static String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getJavaValue ( )
staticprivate

Definition at line 242 of file AboutWindowPanel.java.

static String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getOperatingSystemValue ( )
staticprivate

Definition at line 229 of file AboutWindowPanel.java.

static String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getProductVersionValue ( )
staticprivate

Definition at line 223 of file AboutWindowPanel.java.

static String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getSleuthKitVersionValue ( )
staticprivate
static String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getSystemLocaleValue ( )
staticprivate

Definition at line 257 of file AboutWindowPanel.java.

String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getUserDirValue ( )
private

Definition at line 262 of file AboutWindowPanel.java.

static String org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.getVMValue ( )
staticprivate

Definition at line 248 of file AboutWindowPanel.java.

void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.hyperlinkUpdate ( HyperlinkEvent  event)

Definition at line 276 of file AboutWindowPanel.java.

void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.initComponents ( )
private
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.jButton2ActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.logoLabelMouseClicked ( java.awt.event.MouseEvent  evt)
private
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.setCopyright ( String  text)
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.showUrl ( )
private
void org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.startVerboseLogging ( )
boolean org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.verboseLoggingIsSet ( )

Checks if verbose logging has been enabled.

Returns
true if verbose logging has been enabled.

Definition at line 299 of file AboutWindowPanel.java.

References org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.verboseLogging.

Referenced by org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.AboutWindowPanel().

Member Data Documentation

Icon org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.about
private

Definition at line 53 of file AboutWindowPanel.java.

javax.swing.JTextPane org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.copyright
private
javax.swing.JTextPane org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.description
private
javax.swing.JButton org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.jButton2
private
javax.swing.JScrollPane org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.jScrollPane2
private
javax.swing.JScrollPane org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.jScrollPane3
private
final Logger org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.Logger = org.sleuthkit.autopsy.coreutils.Logger.getLogger(AboutWindowPanel.class.getName())
staticprivate

Definition at line 49 of file AboutWindowPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.logoLabel
private
URL org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.url = null
private

Definition at line 51 of file AboutWindowPanel.java.

boolean org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.verboseLogging
private
javax.swing.JButton org.sleuthkit.autopsy.corecomponents.AboutWindowPanel.verboseLoggingButton
private

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.