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

Inherits org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase< EventStripe, EventCluster, EventClusterNode >.

Public Member Functions

ReadOnlyObjectProperty< DescriptionLoDdescriptionLoDProperty ()
 
Orientation getContentBias ()
 
List< EventNodeBase<?> > getSubNodes ()
 

Protected Member Functions

void layoutChildren ()
 

Private Member Functions

Action newHideAction ()
 

Private Attributes

Button hideButton
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(EventStripeNode.class.getName())
 

Detailed Description

Node used in DetailsChart to represent an EventStripe.

Definition at line 41 of file EventStripeNode.java.

Member Function Documentation

ReadOnlyObjectProperty<DescriptionLoD> org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.descriptionLoDProperty ( )
inherited

Definition at line 87 of file MultiEventNodeBase.java.

Orientation org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.getContentBias ( )
inherited

Definition at line 116 of file MultiEventNodeBase.java.

Definition at line 103 of file MultiEventNodeBase.java.

void org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.layoutChildren ( )
protectedinherited

Definition at line 121 of file MultiEventNodeBase.java.

Action org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.newHideAction ( )
private

Get a new Action that hides stripes with the same description as this one.

Returns
a new Action that hides stripes with the same description as this one.

Definition at line 104 of file EventStripeNode.java.

Member Data Documentation

Button org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.hideButton
private

The button to expand hide stripes with this description, created lazily.

Definition at line 48 of file EventStripeNode.java.

final Logger org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.LOGGER = Logger.getLogger(EventStripeNode.class.getName())
staticprivate

Definition at line 43 of file EventStripeNode.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.