Autopsy  4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Private Member Functions | Static 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 setModuleSettings (String value)
 
void setOSXLookAndFeel ()
 
void setUnixLookAndFeel ()
 

Static Private Member Functions

static void setUIFont (javax.swing.plaf.FontUIResource f)
 

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 41 of file Installer.java.

Constructor & Destructor Documentation

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

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.setModuleSettings ( String  value)
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 91 of file Installer.java.

static void org.sleuthkit.autopsy.corecomponents.Installer.setUIFont ( javax.swing.plaf.FontUIResource  f)
staticprivate
void org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel ( )
private
void org.sleuthkit.autopsy.corecomponents.Installer.uninstalled ( )

Definition at line 73 of file Installer.java.

Member Data Documentation

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

Definition at line 44 of file Installer.java.

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

Definition at line 43 of file Installer.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.