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

Inherits JPanel.

Public Member Functions

 CueBannerPanel ()
 
 CueBannerPanel (String welcomeLogo)
 
void refresh ()
 
void setCloseButtonActionListener (ActionListener e)
 
void setCloseButtonText (String text)
 

Static Public Member Functions

static void closeOpenRecentCasesWindow ()
 

Private Member Functions

void enableComponents ()
 
void initComponents ()
 
void initRecentCasesWindow ()
 
void newCaseButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void openCaseButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void openRecentCaseButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

javax.swing.JLabel autopsyLogo
 
javax.swing.JButton closeButton
 
javax.swing.JSeparator jSeparator1
 
javax.swing.JButton newCaseButton
 
javax.swing.JLabel newCaseLabel
 
javax.swing.JButton openCaseButton
 
javax.swing.JLabel openCaseLabel
 
javax.swing.JButton openRecentCaseButton
 
javax.swing.JLabel openRecentCaseLabel
 

Static Private Attributes

static JDialog recentCasesWindow
 
static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 39 of file CueBannerPanel.java.

Constructor & Destructor Documentation

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

Definition at line 54 of file CueBannerPanel.java.

org.sleuthkit.autopsy.casemodule.CueBannerPanel.CueBannerPanel ( String  welcomeLogo)

Definition at line 60 of file CueBannerPanel.java.

Member Function Documentation

static void org.sleuthkit.autopsy.casemodule.CueBannerPanel.closeOpenRecentCasesWindow ( )
static

Definition at line 48 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.enableComponents ( )
private

Definition at line 106 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 119 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.initRecentCasesWindow ( )
private

Definition at line 83 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.newCaseButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 238 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.openCaseButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 242 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.openRecentCaseButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 248 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.refresh ( )
void org.sleuthkit.autopsy.casemodule.CueBannerPanel.setCloseButtonActionListener ( ActionListener  e)
void org.sleuthkit.autopsy.casemodule.CueBannerPanel.setCloseButtonText ( String  text)

Definition at line 75 of file CueBannerPanel.java.

Member Data Documentation

javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.autopsyLogo
private

Definition at line 257 of file CueBannerPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.closeButton
private

Definition at line 258 of file CueBannerPanel.java.

javax.swing.JSeparator org.sleuthkit.autopsy.casemodule.CueBannerPanel.jSeparator1
private

Definition at line 259 of file CueBannerPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.newCaseButton
private

Definition at line 260 of file CueBannerPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.newCaseLabel
private

Definition at line 261 of file CueBannerPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.openCaseButton
private

Definition at line 262 of file CueBannerPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.openCaseLabel
private

Definition at line 263 of file CueBannerPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.openRecentCaseButton
private

Definition at line 264 of file CueBannerPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.openRecentCaseLabel
private

Definition at line 265 of file CueBannerPanel.java.

JDialog org.sleuthkit.autopsy.casemodule.CueBannerPanel.recentCasesWindow
staticprivate

Definition at line 46 of file CueBannerPanel.java.

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

Definition at line 41 of file CueBannerPanel.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.