Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.report.ArtifactSelectionDialog Class Reference

Inherits JDialog.

Classes

class  ArtifactModel
 
class  ArtifactRenderer
 

Public Member Functions

 ArtifactSelectionDialog (java.awt.Frame parent, boolean modal)
 

Private Member Functions

void customInit ()
 
void deselectAllButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void initComponents ()
 
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void populateList ()
 
void selectAllButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

javax.swing.JList< BlackboardArtifact.Type > artifactList
 
javax.swing.JScrollPane artifactScrollPane
 
List< BlackboardArtifact.Type > artifactTypes
 
Map< BlackboardArtifact.Type, Boolean > artifactTypeSelections
 
javax.swing.JButton deselectAllButton
 
ArtifactModel model
 
javax.swing.JButton okButton
 
ArtifactRenderer renderer
 
javax.swing.JButton selectAllButton
 
javax.swing.JLabel titleLabel
 

Detailed Description

Allow examiner to select artifacts on which to report.

Definition at line 48 of file ArtifactSelectionDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.ArtifactSelectionDialog.ArtifactSelectionDialog ( java.awt.Frame  parent,
boolean  modal 
)

Creates new form ArtifactSelectionDialog

Parameters
parentThe parent window
modalBlock user-input to other top-level windows.

Definition at line 61 of file ArtifactSelectionDialog.java.

Member Function Documentation

void org.sleuthkit.autopsy.report.ArtifactSelectionDialog.customInit ( )
private
void org.sleuthkit.autopsy.report.ArtifactSelectionDialog.deselectAllButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 230 of file ArtifactSelectionDialog.java.

void org.sleuthkit.autopsy.report.ArtifactSelectionDialog.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 139 of file ArtifactSelectionDialog.java.

void org.sleuthkit.autopsy.report.ArtifactSelectionDialog.okButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 219 of file ArtifactSelectionDialog.java.

void org.sleuthkit.autopsy.report.ArtifactSelectionDialog.populateList ( )
private
void org.sleuthkit.autopsy.report.ArtifactSelectionDialog.selectAllButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 223 of file ArtifactSelectionDialog.java.

Member Data Documentation

javax.swing.JList<BlackboardArtifact.Type> org.sleuthkit.autopsy.report.ArtifactSelectionDialog.artifactList
private

Definition at line 237 of file ArtifactSelectionDialog.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.report.ArtifactSelectionDialog.artifactScrollPane
private

Definition at line 238 of file ArtifactSelectionDialog.java.

List<BlackboardArtifact.Type> org.sleuthkit.autopsy.report.ArtifactSelectionDialog.artifactTypes
private

Definition at line 53 of file ArtifactSelectionDialog.java.

Map<BlackboardArtifact.Type, Boolean> org.sleuthkit.autopsy.report.ArtifactSelectionDialog.artifactTypeSelections
private

Definition at line 52 of file ArtifactSelectionDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.report.ArtifactSelectionDialog.deselectAllButton
private

Definition at line 239 of file ArtifactSelectionDialog.java.

ArtifactModel org.sleuthkit.autopsy.report.ArtifactSelectionDialog.model
private

Definition at line 50 of file ArtifactSelectionDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.report.ArtifactSelectionDialog.okButton
private

Definition at line 240 of file ArtifactSelectionDialog.java.

ArtifactRenderer org.sleuthkit.autopsy.report.ArtifactSelectionDialog.renderer
private

Definition at line 51 of file ArtifactSelectionDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.report.ArtifactSelectionDialog.selectAllButton
private

Definition at line 241 of file ArtifactSelectionDialog.java.

javax.swing.JLabel org.sleuthkit.autopsy.report.ArtifactSelectionDialog.titleLabel
private

Definition at line 242 of file ArtifactSelectionDialog.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.