Autopsy
4.19.3
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 50 of file Installer.java.
|
private |
Definition at line 63 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
static |
Definition at line 56 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 | ( | ) |
Definition at line 68 of file Installer.java.
References org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.addPropertyChangeListener(), org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.ProcessState.COMPLETED, org.sleuthkit.autopsy.casemodule.StartupWindowProvider.getInstance(), org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.getState(), org.sleuthkit.autopsy.casemodule.StartupWindowProvider.open(), org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.PROCESSING_COMPLETED, and org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel().
|
private |
Definition at line 121 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 188 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 145 of file Installer.java.
|
staticprivate |
Definition at line 178 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
|
private |
Definition at line 197 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 117 of file Installer.java.
|
staticprivate |
Definition at line 54 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
staticprivate |
Definition at line 53 of file Installer.java.
|
staticprivate |
Definition at line 52 of file Installer.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.