Autopsy  4.13.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.TagsFilterState Class Reference

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

Public Member Functions

 TagsFilterState (TimelineFilter.TagsFilter tagsFilter)
 
 TagsFilterState (TagsFilterState other)
 
SqlFilterState< FilterType > copyOf ()
 
String getDisplayName ()
 
String toString ()
 

Private Member Functions

void addSelectionListener ()
 

Detailed Description

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

Definition at line 28 of file TagsFilterState.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TagsFilterState.TagsFilterState ( TimelineFilter.TagsFilter  tagsFilter)

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

Parameters
tagsFilterA TimelineFilter.TagsFilter object.

Definition at line 37 of file TagsFilterState.java.

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

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

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

Parameters
otherA TagsFilterState object.

Definition at line 50 of file TagsFilterState.java.

References org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TagsFilterState.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.TagsFilterState.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 68 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 63 of file SqlFilterState.java.

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

Definition at line 77 of file SqlFilterState.java.


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

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