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

Private Attributes

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

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

Detailed Description

Definition at line 37 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 267 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 251 of file CueBannerPanel.java.

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

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 260 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 44 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 40 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 39 of file CueBannerPanel.java.


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

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