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.ctoptions.CTOptionsPanel Class Reference

Inherits org.sleuthkit.autopsy.ingest.IngestModuleGlobalSettingsPanel.

Public Member Functions

 CTOptionsPanel ()
 
void loadSavedSettings ()
 
void saveSettings ()
 
boolean valid ()
 

Private Member Functions

void addSubOptionsPanels (List< CTOptionsSubPanel > subPanels)
 
void initComponents ()
 

Private Attributes

javax.swing.JPanel contentPane
 
final List< CTOptionsSubPanelsubPanels
 

Static Private Attributes

static final Logger logger = Logger.getLogger(CTOptionsPanel.class.getName())
 
static final int MAX_SUBPANEL_WIDTH = 650
 

Detailed Description

Options panel for Cyber Triage.

Definition at line 40 of file CTOptionsPanel.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.CTOptionsPanel ( )

Creates new form CTOptions loading any CTOptionsSubPanel instances to be displayed.

Definition at line 52 of file CTOptionsPanel.java.

References com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.addSubOptionsPanels(), and com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.initComponents().

Member Function Documentation

void com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.addSubOptionsPanels ( List< CTOptionsSubPanel subPanels)
private
void com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.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 136 of file CTOptionsPanel.java.

References com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.contentPane.

Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.CTOptionsPanel().

void com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.loadSavedSettings ( )
void com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.saveSettings ( )
boolean com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.valid ( )

Member Data Documentation

javax.swing.JPanel com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.contentPane
private
final Logger com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.logger = Logger.getLogger(CTOptionsPanel.class.getName())
staticprivate

Definition at line 44 of file CTOptionsPanel.java.

final int com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.MAX_SUBPANEL_WIDTH = 650
staticprivate

Definition at line 42 of file CTOptionsPanel.java.

final List<CTOptionsSubPanel> com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel.subPanels
private

Definition at line 46 of file CTOptionsPanel.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.