Autopsy  4.5.0
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 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
 

Detailed Description

The default implementation of the Autopsy startup window.

Definition at line 33 of file StartupWindow.java.

Constructor & Destructor Documentation

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

Definition at line 40 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 67 of file StartupWindow.java.

void org.sleuthkit.autopsy.casemodule.StartupWindow.init ( )
private
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().

Member Data Documentation

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

Definition at line 37 of file StartupWindow.java.

final long org.sleuthkit.autopsy.casemodule.StartupWindow.serialVersionUID = 1L
staticprivate

Definition at line 35 of file StartupWindow.java.

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

Definition at line 36 of file StartupWindow.java.

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

Definition at line 38 of file StartupWindow.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.