19 package org.sleuthkit.autopsy.timeline.ui.filtering.datamodel;
22 import javafx.beans.property.Property;
23 import javafx.beans.property.SimpleStringProperty;
48 this.descriptionSubstring =
new SimpleStringProperty(textFilter.getDescriptionSubstring());
61 setSelected(other.isSelected());
62 setDisabled(other.isDisabled());
63 this.descriptionSubstring =
new SimpleStringProperty(other.
getFilter().getDescriptionSubstring());
68 TimelineFilter.TextFilter textFilter = super.getFilter();
TextFilterState(TextFilterState other)
TimelineFilter.TextFilter getFilter()
Property< String > descriptionSubstringProperty()
final SimpleStringProperty descriptionSubstring
TextFilterState(TimelineFilter.TextFilter textFilter)