Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits TreeItem< Filter >.
Public Member Functions | |
FilterTreeItem (Filter filter, ObservableMap< Filter, Boolean > expansionMap) | |
Static Private Member Functions | |
static void | disableSubFiltersIfNotActive (CompoundFilter<?> compoundFilter) |
A TreeItem for a filter.
Definition at line 31 of file FilterTreeItem.java.
org.sleuthkit.autopsy.timeline.ui.filtering.FilterTreeItem.FilterTreeItem | ( | Filter | filter, |
ObservableMap< Filter, Boolean > | expansionMap | ||
) |
recursively construct a tree of TreeItems to parallel the filter tree of the given filter
filter | the filter for this item. if f has sub-filters, tree items will be made for them added added to the children of this FilterTreeItem |
expansionMap |
Definition at line 43 of file FilterTreeItem.java.
|
staticprivate |
disable the sub-filters of the given compound filter if it is not active
compoundFilter | the compound filter |
Definition at line 95 of file FilterTreeItem.java.
References org.sleuthkit.autopsy.timeline.filters.CompoundFilter< SubFilterType extends Filter >.getSubFilters(), and org.sleuthkit.autopsy.timeline.filters.AbstractFilter.isActive().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.