Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Allow examiner to select artifacts on which to report.
Definition at line 48 of file ArtifactSelectionDialog.java.
org.sleuthkit.autopsy.report.ArtifactSelectionDialog.ArtifactSelectionDialog | ( | java.awt.Frame | parent, |
boolean | modal | ||
) |
Creates new form ArtifactSelectionDialog
parent | The parent window |
modal | Block user-input to other top-level windows. |
Definition at line 61 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 102 of file ArtifactSelectionDialog.java.
References org.sleuthkit.autopsy.report.ArtifactSelectionDialog.ArtifactModel.getElementAt().
|
private |
Definition at line 230 of file ArtifactSelectionDialog.java.
|
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.
|
private |
Definition at line 219 of file ArtifactSelectionDialog.java.
|
private |
Populate the list of artifact types with all important artifact types.
Definition at line 72 of file ArtifactSelectionDialog.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Definition at line 223 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 237 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 238 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 53 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 52 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 239 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 50 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 240 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 51 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 241 of file ArtifactSelectionDialog.java.
|
private |
Definition at line 242 of file ArtifactSelectionDialog.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.