Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Member Functions | List of all members
org.sleuthkit.autopsy.timeline.ui.filtering.FilterTreeItem Class Reference

Inherits TreeItem< Filter >.

Public Member Functions

 FilterTreeItem (Filter filter, ObservableMap< Filter, Boolean > expansionMap)
 

Static Private Member Functions

static void disableSubFiltersIfNotActive (CompoundFilter<?> compoundFilter)
 

Detailed Description

A TreeItem for a filter.

Definition at line 31 of file FilterTreeItem.java.

Constructor & Destructor Documentation

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

Parameters
filterthe 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.

Member Function Documentation

static void org.sleuthkit.autopsy.timeline.ui.filtering.FilterTreeItem.disableSubFiltersIfNotActive ( CompoundFilter<?>  compoundFilter)
staticprivate

disable the sub-filters of the given compound filter if it is not active

Parameters
compoundFilterthe 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().


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.