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

Inherits JPanel.

Static Public Member Functions

static String getCreateNewFileIngestFilterString ()
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JPanel descPanel
 
javax.swing.JScrollPane descScrollPanel
 
javax.swing.JTextArea descTextArea
 
javax.swing.JCheckBox ignoreKnownFilesCheckbox
 
javax.swing.JCheckBox ignoreUnallocCheckbox
 
final String mustBeNamedErrorText
 
javax.swing.JLabel nameLabel
 
javax.swing.JTextField nameTextField
 

Static Private Attributes

static final String CREATE_NEW_FILE_INGEST_FILTER = Bundle.FilesSetPanel_ingest_createNewFilter()
 

Detailed Description

A panel that allows a user to create and edit interesting files set definitions.

Definition at line 31 of file FilesSetPanel.java.

Member Function Documentation

static String org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.getCreateNewFileIngestFilterString ( )
static
void org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.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 161 of file FilesSetPanel.java.

Member Data Documentation

final String org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.CREATE_NEW_FILE_INGEST_FILTER = Bundle.FilesSetPanel_ingest_createNewFilter()
staticprivate

Definition at line 35 of file FilesSetPanel.java.

javax.swing.JPanel org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.descPanel
private

Definition at line 241 of file FilesSetPanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.descScrollPanel
private

Definition at line 242 of file FilesSetPanel.java.

javax.swing.JTextArea org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.descTextArea
private

Definition at line 243 of file FilesSetPanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.ignoreKnownFilesCheckbox
private

Definition at line 244 of file FilesSetPanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.ignoreUnallocCheckbox
private

Definition at line 245 of file FilesSetPanel.java.

final String org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.mustBeNamedErrorText
private

Definition at line 36 of file FilesSetPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.nameLabel
private

Definition at line 246 of file FilesSetPanel.java.

javax.swing.JTextField org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.nameTextField
private

Definition at line 247 of file FilesSetPanel.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.