Autopsy  3.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 ()
 
void close ()
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 
void setupLAF ()
 
void setupMacOsXLAF ()
 

Static Private Attributes

static Installer instance
 
static final Logger logger = Logger.getLogger(Installer.class.getName())
 

Detailed Description

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

Definition at line 44 of file Installer.java.

Constructor & Destructor Documentation

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

Definition at line 56 of file Installer.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.Installer.close ( )
static synchronized Installer org.sleuthkit.autopsy.corecomponents.Installer.getDefault ( )
static
void org.sleuthkit.autopsy.corecomponents.Installer.restored ( )
void org.sleuthkit.autopsy.corecomponents.Installer.setupLAF ( )
private
void org.sleuthkit.autopsy.corecomponents.Installer.setupMacOsXLAF ( )
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 129 of file Installer.java.

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

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

Definition at line 95 of file Installer.java.

Member Data Documentation

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

Definition at line 46 of file Installer.java.

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

Definition at line 47 of file Installer.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.