Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Manages this module's life cycle. Opens the startup dialog during startup.
Definition at line 41 of file Installer.java.
|
private |
Definition at line 54 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
static |
Definition at line 47 of file Installer.java.
References org.sleuthkit.autopsy.corecomponents.Installer.Installer(), and org.sleuthkit.autopsy.corecomponents.Installer.instance.
Referenced by org.sleuthkit.autopsy.core.Installer.Installer().
void org.sleuthkit.autopsy.corecomponents.Installer.restored | ( | ) |
|
private |
Definition at line 77 of file Installer.java.
References org.sleuthkit.autopsy.corecomponents.Installer.setModuleSettings(), and org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.restored().
|
private |
Definition at line 134 of file Installer.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.configExists(), org.sleuthkit.autopsy.coreutils.ModuleSettings.makeConfigFile(), and org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSetting().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel(), and org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
|
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.
|
staticprivate |
Definition at line 124 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
|
private |
Definition at line 143 of file Installer.java.
References org.sleuthkit.autopsy.corecomponents.Installer.setModuleSettings(), and org.sleuthkit.autopsy.corecomponents.Installer.setUIFont().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel().
void org.sleuthkit.autopsy.corecomponents.Installer.uninstalled | ( | ) |
Definition at line 73 of file Installer.java.
|
staticprivate |
Definition at line 45 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
staticprivate |
Definition at line 44 of file Installer.java.
|
staticprivate |
Definition at line 43 of file Installer.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.