Autopsy  3.1
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 initComponents ()
 
void newCaseButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void openCaseButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void openRecentButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

String className = this.getClass().toString()
 
javax.swing.JLabel autopsyLogo
 
javax.swing.JButton closeButton
 
javax.swing.JLabel createNewLabel
 
javax.swing.JSeparator jSeparator1
 
javax.swing.JButton newCaseButton
 
javax.swing.JButton openCaseButton
 
javax.swing.JLabel openLabel
 
javax.swing.JButton openRecentButton
 
javax.swing.JLabel openRecentLabel
 

Static Private Attributes

final static String title = NbBundle.getMessage(CueBannerPanel.class, "CueBannerPanel.title.text")
 
final static JFrame frame = new JFrame(title)
 
static JPanel caller = new JPanel()
 

Detailed Description

Definition at line 38 of file CueBannerPanel.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Close the open recent cases window.

Definition at line 265 of file CueBannerPanel.java.

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.initComponents ( )
private
void org.sleuthkit.autopsy.casemodule.CueBannerPanel.newCaseButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.casemodule.CueBannerPanel.openCaseButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.casemodule.CueBannerPanel.openRecentButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.casemodule.CueBannerPanel.refresh ( )
void org.sleuthkit.autopsy.casemodule.CueBannerPanel.setCloseButtonActionListener ( ActionListener  e)

Sets the Close button action listener.

Parameters
ethe action listener

Definition at line 249 of file CueBannerPanel.java.

References org.sleuthkit.autopsy.casemodule.CueBannerPanel.closeButton.

Referenced by org.sleuthkit.autopsy.casemodule.StartupWindow.init().

void org.sleuthkit.autopsy.casemodule.CueBannerPanel.setCloseButtonText ( String  text)

Sets the Close button label (default is "Close").

Parameters
textThe new label for the button.

Definition at line 258 of file CueBannerPanel.java.

References org.sleuthkit.autopsy.casemodule.CueBannerPanel.closeButton.

Member Data Documentation

javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.autopsyLogo
private
JPanel org.sleuthkit.autopsy.casemodule.CueBannerPanel.caller = new JPanel()
staticprivate

Definition at line 45 of file CueBannerPanel.java.

String org.sleuthkit.autopsy.casemodule.CueBannerPanel.className = this.getClass().toString()
private

Definition at line 46 of file CueBannerPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.closeButton
private
javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.createNewLabel
private
final static JFrame org.sleuthkit.autopsy.casemodule.CueBannerPanel.frame = new JFrame(title)
staticprivate

Definition at line 41 of file CueBannerPanel.java.

javax.swing.JSeparator org.sleuthkit.autopsy.casemodule.CueBannerPanel.jSeparator1
private
javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.newCaseButton
private
javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.openCaseButton
private
javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.openLabel
private
javax.swing.JButton org.sleuthkit.autopsy.casemodule.CueBannerPanel.openRecentButton
private
javax.swing.JLabel org.sleuthkit.autopsy.casemodule.CueBannerPanel.openRecentLabel
private
final static String org.sleuthkit.autopsy.casemodule.CueBannerPanel.title = NbBundle.getMessage(CueBannerPanel.class, "CueBannerPanel.title.text")
staticprivate

Definition at line 40 of file CueBannerPanel.java.


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

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.