Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.StartupWindow Class Reference

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 Dimension DIMENSIONS = new Dimension(750, 400)
 
static StartupWindow instance
 
static final String TITLE = NbBundle.getMessage(StartupWindow.class, "StartupWindow.title.text")
 
static CueBannerPanel welcomeWindow
 

Detailed Description

The default implementation of the Autopsy startup window

Definition at line 36 of file StartupWindow.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.StartupWindow.StartupWindow ( )

Definition at line 43 of file StartupWindow.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.StartupWindow.close ( )

Closes the startup window.

Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.

Definition at line 92 of file StartupWindow.java.

void org.sleuthkit.autopsy.casemodule.StartupWindow.init ( )
private

Shows the startup window.

Definition at line 51 of file StartupWindow.java.

void org.sleuthkit.autopsy.casemodule.StartupWindow.open ( )

Shows and makes active the startup window

Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.

Definition at line 82 of file StartupWindow.java.

References org.sleuthkit.autopsy.casemodule.CueBannerPanel.refresh().

Member Data Documentation

Dimension org.sleuthkit.autopsy.casemodule.StartupWindow.DIMENSIONS = new Dimension(750, 400)
staticprivate

Definition at line 40 of file StartupWindow.java.

StartupWindow org.sleuthkit.autopsy.casemodule.StartupWindow.instance
staticprivate

Definition at line 38 of file StartupWindow.java.

final String org.sleuthkit.autopsy.casemodule.StartupWindow.TITLE = NbBundle.getMessage(StartupWindow.class, "StartupWindow.title.text")
staticprivate

Definition at line 39 of file StartupWindow.java.

CueBannerPanel org.sleuthkit.autopsy.casemodule.StartupWindow.welcomeWindow
staticprivate

Definition at line 41 of file StartupWindow.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.