Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog Class Reference

Inherits JDialog.

Public Member Functions

 CTIntegrationMissingDialog (java.awt.Frame parent, boolean modal)
 
void showDialog (JComponent parentComp)
 

Private Member Functions

void initComponents ()
 
void linkMouseClicked (java.awt.event.MouseEvent evt)
 
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

javax.swing.JLabel link
 

Static Private Attributes

static final String DOCS_PAGE_URL = "https://docs.cybertriage.com/en/latest/chapters/integrations/autopsy.html"
 
static final Logger LOGGER = Logger.getLogger(CTIntegrationMissingDialog.class.getName())
 

Detailed Description

Provides directions with how to enable CT integration with Autopsy when trying to open a CT exported case.

Definition at line 33 of file CTIntegrationMissingDialog.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.CTIntegrationMissingDialog ( java.awt.Frame  parent,
boolean  modal 
)

Member Function Documentation

void com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.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 54 of file CTIntegrationMissingDialog.java.

References com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.link, com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.linkMouseClicked(), and com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.okButtonActionPerformed().

Referenced by com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.CTIntegrationMissingDialog().

void com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.linkMouseClicked ( java.awt.event.MouseEvent  evt)
private
void com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.okButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.showDialog ( JComponent  parentComp)

Definition at line 156 of file CTIntegrationMissingDialog.java.

Member Data Documentation

final String com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.DOCS_PAGE_URL = "https://docs.cybertriage.com/en/latest/chapters/integrations/autopsy.html"
staticprivate

Definition at line 35 of file CTIntegrationMissingDialog.java.

javax.swing.JLabel com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.link
private
final Logger com.basistech.df.cybertriage.autopsy.CTIntegrationMissingDialog.LOGGER = Logger.getLogger(CTIntegrationMissingDialog.class.getName())
staticprivate

Definition at line 37 of file CTIntegrationMissingDialog.java.


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

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