Autopsy
4.19.1
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 42 of file Installer.java.
|
private |
Definition at line 55 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
static |
Definition at line 48 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 78 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 145 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 102 of file Installer.java.
|
staticprivate |
Definition at line 135 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
|
private |
Definition at line 154 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 74 of file Installer.java.
|
staticprivate |
Definition at line 46 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
staticprivate |
Definition at line 45 of file Installer.java.
|
staticprivate |
Definition at line 44 of file Installer.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.