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

Inherits TreeItem< Filter >.

Public Member Functions

 FilterTreeItem (Filter f, ObservableMap< String, Boolean > expansionMap)
 

Detailed Description

A TreeItem for a filter.

Definition at line 14 of file FilterTreeItem.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.filtering.FilterTreeItem.FilterTreeItem ( Filter  f,
ObservableMap< String, Boolean >  expansionMap 
)

recursively construct a tree of treeitems to parallel the filter tree of the given filter

Parameters
fthe filter for this item. if f has sub-filters, tree items will be made for them added added to the children of this FilterTreeItem

Definition at line 25 of file FilterTreeItem.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.