Autopsy  4.4.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 30 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

Member Data Documentation

final String org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.CREATE_NEW_FILE_INGEST_FILTER = Bundle.FilesSetPanel_ingest_createNewFilter()
staticprivate
javax.swing.JPanel org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.descPanel
private
javax.swing.JScrollPane org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.descScrollPanel
private
javax.swing.JTextArea org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.descTextArea
private
javax.swing.JCheckBox org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.ignoreKnownFilesCheckbox
private
javax.swing.JCheckBox org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.ignoreUnallocCheckbox
private
final String org.sleuthkit.autopsy.modules.interestingitems.FilesSetPanel.mustBeNamedErrorText
private

Definition at line 35 of file FilesSetPanel.java.

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

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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.