Autopsy
3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog, and org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Public Member Functions | |
StartupWindow () | |
void | open () |
void | close () |
Private Member Functions | |
void | init () |
Static Private Attributes | |
static StartupWindow | instance |
static final String | TITLE = NbBundle.getMessage(StartupWindow.class, "StartupWindow.title.text") |
static Dimension | DIMENSIONS = new Dimension(750, 400) |
static CueBannerPanel | welcomeWindow |
The default implementation of the Autopsy startup window
Definition at line 38 of file StartupWindow.java.
org.sleuthkit.autopsy.casemodule.StartupWindow.StartupWindow | ( | ) |
Definition at line 45 of file StartupWindow.java.
void org.sleuthkit.autopsy.casemodule.StartupWindow.close | ( | ) |
Closes the startup window.
Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.
Definition at line 93 of file StartupWindow.java.
|
private |
Shows the startup window.
Definition at line 54 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 84 of file StartupWindow.java.
References org.sleuthkit.autopsy.casemodule.CueBannerPanel.refresh().
|
staticprivate |
Definition at line 42 of file StartupWindow.java.
|
staticprivate |
Definition at line 40 of file StartupWindow.java.
|
staticprivate |
Definition at line 41 of file StartupWindow.java.
|
staticprivate |
Definition at line 43 of file StartupWindow.java.
Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.