Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.HashHitsFilterState Class Reference

Inherits org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.SqlFilterState< TimelineFilter.HashHitsFilter >.

Public Member Functions

 HashHitsFilterState (TimelineFilter.HashHitsFilter hashHitsFilter)
 
 HashHitsFilterState (HashHitsFilterState other)
 
SqlFilterState< FilterType > copyOf ()
 
String getDisplayName ()
 
String toString ()
 

Private Member Functions

void addSelectionListener ()
 

Detailed Description

A wrapper for a TimelineFilter.HashHitsFilter object that allows it to be displayed by the timeline GUI via the filter panel by providing selected, disabled, and active properties for the HashHitsFilter.

Definition at line 28 of file HashHitsFilterState.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.HashHitsFilterState.HashHitsFilterState ( TimelineFilter.HashHitsFilter  hashHitsFilter)

Constructs a wrapper for a TimelineFilter.HashHitsFilter object that allows it to be displayed by the timeline GUI via the filter panel by providing selected, disabled, and active properties for the HashHitsFilter.

Parameters
hashHitsFilterA TimelineFilter.HashHitsFilter object.

Definition at line 38 of file HashHitsFilterState.java.

References org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.HashHitsFilterState.addSelectionListener().

org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.HashHitsFilterState.HashHitsFilterState ( HashHitsFilterState  other)

"Copy constructs" a wrapper for a TimelineFilter.HashHitsFilter object that allows it to be displayed by the timeline GUI via the filter panel by providing selected, disabled, and active properties for the HashHitsFilter.

Parameters
otherA HashHitsFilterState object.

Definition at line 51 of file HashHitsFilterState.java.

References org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.HashHitsFilterState.addSelectionListener(), and org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.SqlFilterState< FilterType extends TimelineFilter >.copyOf().

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.HashHitsFilterState.addSelectionListener ( )
private
SqlFilterState<FilterType> org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.SqlFilterState< FilterType extends TimelineFilter >.copyOf ( )
inherited

Makes a deep copy of this filter state object.

Returns
The copy.

Definition at line 67 of file SqlFilterState.java.

String org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.SqlFilterState< FilterType extends TimelineFilter >.getDisplayName ( )
inherited

Gets the display name that will be used to identify the wrapped filter in the timeline GUI.

Returns
The display name of the wrapped filter.

Definition at line 62 of file SqlFilterState.java.

String org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.SqlFilterState< FilterType extends TimelineFilter >.toString ( )
inherited

Definition at line 76 of file SqlFilterState.java.


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

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