Autopsy  4.17.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
org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel Class Reference

Inherits org.sleuthkit.autopsy.discovery.ui.AbstractFiltersPanel.

Public Member Functions

 DomainFilterPanel ()
 
void actionPerformed (ActionEvent e)
 
void valueChanged (ListSelectionEvent evt)
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JSplitPane domainFiltersSplitPane
 

Static Private Attributes

static final long serialVersionUID = 1L
 
static final SearchData.Type TYPE = SearchData.Type.DOMAIN
 

Detailed Description

Filter panel for searching domain attributes with Discovery.

Definition at line 30 of file DomainFilterPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel.DomainFilterPanel ( )

Member Function Documentation

void org.sleuthkit.autopsy.discovery.ui.AbstractFiltersPanel.actionPerformed ( ActionEvent  e)
inherited

Definition at line 216 of file AbstractFiltersPanel.java.

void org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel.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 64 of file DomainFilterPanel.java.

References org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel.domainFiltersSplitPane.

Referenced by org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel.DomainFilterPanel().

void org.sleuthkit.autopsy.discovery.ui.AbstractFiltersPanel.valueChanged ( ListSelectionEvent  evt)
inherited

Definition at line 291 of file AbstractFiltersPanel.java.

Member Data Documentation

javax.swing.JSplitPane org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel.domainFiltersSplitPane
private
final long org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel.serialVersionUID = 1L
staticprivate

Definition at line 32 of file DomainFilterPanel.java.

final SearchData.Type org.sleuthkit.autopsy.discovery.ui.DomainFilterPanel.TYPE = SearchData.Type.DOMAIN
staticprivate

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

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