Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 () |
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.
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.
tagsFilter | A 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.
other | A 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().
|
private |
Definition at line 61 of file TagsFilterState.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TagsFilterState.TagsFilterState().
|
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-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.