Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell Class Reference

Inherits TreeCell< EventBundle<?> >.

Protected Member Functions

void updateItem (EventBundle<?> item, boolean empty)
 

Private Member Functions

void deRegisterListeners (Collection<?extends DescriptionFilter > filters)
 
void registerListeners (Collection<?extends DescriptionFilter > filters, EventBundle<?> item)
 
void updateHiddenState (EventBundle<?> item)
 

Private Attributes

InvalidationListener filterStateChangeListener
 
final ImageView imageView = new ImageView()
 
final Rectangle rect = new Rectangle(24, 24)
 

Static Private Attributes

static final double HIDDEN_MULTIPLIER = .6
 

Detailed Description

A tree cell to display EventBundles. Shows the description, and count, as well a a "legend icon" for the event type.

Definition at line 148 of file EventsTree.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.deRegisterListeners ( Collection<?extends DescriptionFilter filters)
private

Definition at line 224 of file EventsTree.java.

void org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.registerListeners ( Collection<?extends DescriptionFilter filters,
EventBundle<?>  item 
)
private
void org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.updateHiddenState ( EventBundle<?>  item)
private
void org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.updateItem ( EventBundle<?>  item,
boolean  empty 
)
protected

Member Data Documentation

InvalidationListener org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.filterStateChangeListener
private

Definition at line 153 of file EventsTree.java.

final double org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.HIDDEN_MULTIPLIER = .6
staticprivate

Definition at line 150 of file EventsTree.java.

final ImageView org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.imageView = new ImageView()
private

Definition at line 152 of file EventsTree.java.

final Rectangle org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventBundleTreeCell.rect = new Rectangle(24, 24)
private

Definition at line 151 of file EventsTree.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.