Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog, and org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Public Member Functions | |
StartupWindow () | |
void | close () |
void | open () |
Private Member Functions | |
void | init () |
Static Private Attributes | |
static final Dimension | DIMENSIONS = new Dimension(750, 400) |
static final long | serialVersionUID = 1L |
static final String | TITLE = NbBundle.getMessage(StartupWindow.class, "StartupWindow.title.text") |
static CueBannerPanel | welcomeWindow |
The default implementation of the Autopsy startup window.
Definition at line 33 of file StartupWindow.java.
org.sleuthkit.autopsy.casemodule.StartupWindow.StartupWindow | ( | ) |
Definition at line 40 of file StartupWindow.java.
void org.sleuthkit.autopsy.casemodule.StartupWindow.close | ( | ) |
Closes the startup window
Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Definition at line 67 of file StartupWindow.java.
|
private |
Definition at line 45 of file StartupWindow.java.
References org.sleuthkit.autopsy.casemodule.CueBannerPanel.setCloseButtonActionListener().
void org.sleuthkit.autopsy.casemodule.StartupWindow.open | ( | ) |
Shows and makes active the startup window
Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Definition at line 60 of file StartupWindow.java.
References org.sleuthkit.autopsy.casemodule.CueBannerPanel.refresh().
|
staticprivate |
Definition at line 37 of file StartupWindow.java.
|
staticprivate |
Definition at line 35 of file StartupWindow.java.
|
staticprivate |
Definition at line 36 of file StartupWindow.java.
|
staticprivate |
Definition at line 38 of file StartupWindow.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.