Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.SqlFilterState< TimelineFilter.TextFilter >.
Public Member Functions | |
TextFilterState (TimelineFilter.TextFilter textFilter) | |
TextFilterState (TextFilterState other) | |
SqlFilterState< FilterType > | copyOf () |
Property< String > | descriptionSubstringProperty () |
String | getDisplayName () |
TimelineFilter.TextFilter | getFilter () |
String | toString () |
Private Attributes | |
final SimpleStringProperty | descriptionSubstring |
A wrapper for a TimelineFilter.TextFilter object that allows it to be displayed by the timeline GUI via the filter panel by providing selected, disabled, and active properties for the TextFilter. The description substring of the TextFilter is also exposed as a JFX property so that it can be bound to the text filter text field of the filter panel.
Definition at line 32 of file TextFilterState.java.
org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.TextFilterState | ( | TimelineFilter.TextFilter | textFilter | ) |
Constructs a wrapper for a TimelineFilter.TextFilter object that allows it to be displayed by the timeline GUI via filter panel by providing selected, disabled, and active properties for the TextFilter. The description substring of the TextFilter is also exposed as a JFX property so that it can be bound to the text filter text field of the filter panel.
textFilter | A TimelineFilter.TextFilter object. |
Definition at line 46 of file TextFilterState.java.
org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.TextFilterState | ( | TextFilterState | other | ) |
"Copy constructs" a wrapper for a TimelineFilter.TextFilter object that allows it to be displayed by the timeline GUI via the filter panel by providing selected, disabled, and active properties for the TextFilter.
other | A HashHitsFilterState object. |
Definition at line 59 of file TextFilterState.java.
References org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.getFilter().
|
inherited |
Makes a deep copy of this filter state object.
Definition at line 67 of file SqlFilterState.java.
Property<String> org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.descriptionSubstringProperty | ( | ) |
Gets the substring that must be present in one or more of the descriptions of each event that passes the filter. The property is intended to be bound to the text filter text field of the filter panel in the timeline GUI.
Definition at line 81 of file TextFilterState.java.
References org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.descriptionSubstring.
Referenced by org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.getFilter().
|
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.
TimelineFilter.TextFilter org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.getFilter | ( | ) |
Definition at line 67 of file TextFilterState.java.
References org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.descriptionSubstringProperty().
Referenced by org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.TextFilterState().
|
inherited |
Definition at line 76 of file SqlFilterState.java.
|
private |
Definition at line 34 of file TextFilterState.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.TextFilterState.descriptionSubstringProperty().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.