Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateDomainTabsEvent Class Reference

Public Member Functions

 PopulateDomainTabsEvent (String domain)
 
String getDomain ()
 

Private Attributes

final String domain
 

Detailed Description

Event to signal that the list should be populated.

Definition at line 132 of file DiscoveryEventUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateDomainTabsEvent.PopulateDomainTabsEvent ( String  domain)

Construct a new PopulateDomainTabsEvent.

Parameters
domainThe domain this event is for, or empty if no domain is selected.

Definition at line 142 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateDomainTabsEvent.domain.

Member Function Documentation

String org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateDomainTabsEvent.getDomain ( )

Get the domain for the details area.

Returns
The the domain for the details area.

Definition at line 151 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateDomainTabsEvent.domain.

Member Data Documentation

final String org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateDomainTabsEvent.domain
private

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

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