Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
HashHitsFilterState (TimelineFilter.HashHitsFilter hashHitsFilter) | |
HashHitsFilterState (HashHitsFilterState other) | |
SqlFilterState< FilterType > | copyOf () |
String | getDisplayName () |
String | toString () |
Private Member Functions | |
void | addSelectionListener () |
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.
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.
hashHitsFilter | A 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.
other | A 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().
|
private |
Definition at line 62 of file HashHitsFilterState.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.HashHitsFilterState.HashHitsFilterState().
|
inherited |
Makes a deep copy of this filter state object.
Definition at line 67 of file SqlFilterState.java.
|
inherited |
Gets the display name that will be used to identify the wrapped filter in the timeline GUI.
Definition at line 62 of file SqlFilterState.java.
|
inherited |
Definition at line 76 of file SqlFilterState.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.