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

Inherits ModuleInstall.

Public Member Functions

void restored ()
 
void uninstalled ()
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 
void setLookAndFeel ()
 
void setOSXLookAndFeel ()
 

Static Private Attributes

static Installer instance
 
static final Logger logger = Logger.getLogger(Installer.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Manages this module's life cycle. Opens the startup dialog during startup.

Definition at line 49 of file Installer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.Installer.Installer ( )
private

Definition at line 62 of file Installer.java.

Member Function Documentation

static synchronized Installer org.sleuthkit.autopsy.corecomponents.Installer.getDefault ( )
static
void org.sleuthkit.autopsy.corecomponents.Installer.restored ( )
void org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel ( )
private
void org.sleuthkit.autopsy.corecomponents.Installer.setOSXLookAndFeel ( )
private

Set the look and feel to be the Cross Platform 'Metal', but keep Aqua dependent elements that set the Menu Bar to be in the correct place on Mac OS X.

Definition at line 116 of file Installer.java.

Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel().

void org.sleuthkit.autopsy.corecomponents.Installer.uninstalled ( )

Definition at line 101 of file Installer.java.

Member Data Documentation

Installer org.sleuthkit.autopsy.corecomponents.Installer.instance
staticprivate

Definition at line 53 of file Installer.java.

final Logger org.sleuthkit.autopsy.corecomponents.Installer.logger = Logger.getLogger(Installer.class.getName())
staticprivate

Definition at line 52 of file Installer.java.

final long org.sleuthkit.autopsy.corecomponents.Installer.serialVersionUID = 1L
staticprivate

Definition at line 51 of file Installer.java.


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

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