Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.filtering.FilterSetPanel.FilterCheckBoxCell Class Reference

Inherits TreeTableCell< AbstractFilter, AbstractFilter >.

Protected Member Functions

void updateItem (AbstractFilter item, boolean empty)
 

Private Attributes

final CheckBox checkBox = new CheckBox()
 
SimpleBooleanProperty activeProperty
 

Detailed Description

A TreeTableCell that represents the active state of a AbstractFilter as a checkbox

Definition at line 180 of file FilterSetPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.filtering.FilterSetPanel.FilterCheckBoxCell.updateItem ( AbstractFilter  item,
boolean  empty 
)
protected

Member Data Documentation

SimpleBooleanProperty org.sleuthkit.autopsy.timeline.ui.filtering.FilterSetPanel.FilterCheckBoxCell.activeProperty
private

Definition at line 183 of file FilterSetPanel.java.

final CheckBox org.sleuthkit.autopsy.timeline.ui.filtering.FilterSetPanel.FilterCheckBoxCell.checkBox = new CheckBox()
private

Definition at line 182 of file FilterSetPanel.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.