Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog, and org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Public Member Functions | |
CommandLineStartupWindow () | |
void | close () |
void | open () |
Static Private Attributes | |
static final Dimension | DIMENSIONS = new Dimension(300, 50) |
static final String | TITLE = NbBundle.getMessage(CommandLineStartupWindow.class, "CommandLineStartupWindow.title.text") |
Implementation of startup window for running Autopsy from command line.
IMPORTANT: We do NOT want to register this class as ServiceProvider. We want only the default Autopsy StartupWindow to be found via Lookup.getDefault().lookupAll(StartupWindowInterface.class);
Definition at line 34 of file CommandLineStartupWindow.java.
org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.CommandLineStartupWindow | ( | ) |
Definition at line 39 of file CommandLineStartupWindow.java.
References org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.TITLE.
void org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.close | ( | ) |
Closes the startup window
Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Definition at line 54 of file CommandLineStartupWindow.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.open | ( | ) |
Shows and makes active the startup window
Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Definition at line 48 of file CommandLineStartupWindow.java.
|
staticprivate |
Definition at line 37 of file CommandLineStartupWindow.java.
|
staticprivate |
Definition at line 36 of file CommandLineStartupWindow.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.CommandLineStartupWindow().
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.