Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Protected Attributes | 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.EventBundleNodeBase< EventStripe, EventCluster, EventClusterNode >.

Public Member Functions

 EventStripeNode (EventDetailsChart chart, EventStripe eventStripe, EventClusterNode parentNode)
 
synchronized void applyHighlightEffect (boolean applied)
 
void applySelectionEffect (boolean applied)
 
Orientation getContentBias ()
 
final BundleType getEventBundle ()
 
EventStripe getEventStripe ()
 
List< ParentNodeType > getSubNodes ()
 
void setMaxDescriptionWidth (double w)
 

Protected Member Functions

void layoutChildren ()
 

Protected Attributes

final EventDetailsChart chart
 
final BundleType eventBundle
 
final ParentNodeType parentNode
 

Private Attributes

final ImageView eventTypeImageView = new ImageView()
 
Button hideButton
 

Static Private Attributes

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

Detailed Description

Node used in EventDetailsChart to represent an EventStripe.

Definition at line 42 of file EventStripeNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.EventStripeNode ( EventDetailsChart  chart,
EventStripe  eventStripe,
EventClusterNode  parentNode 
)

Member Function Documentation

synchronized void org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.applyHighlightEffect ( boolean  applied)

apply the 'effect' to visually indicate highlighted nodes

Parameters
appliedtrue to apply the highlight 'effect', false to remove it

Definition at line 115 of file EventStripeNode.java.

void org.sleuthkit.autopsy.timeline.ui.detailview.EventBundleNodeBase<,, >.applySelectionEffect ( boolean  applied)
inherited

apply the 'effect' to visually indicate selection

Parameters
appliedtrue to apply the selection 'effect', false to remove it

Definition at line 300 of file EventBundleNodeBase.java.

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

Definition at line 350 of file EventBundleNodeBase.java.

final BundleType org.sleuthkit.autopsy.timeline.ui.detailview.EventBundleNodeBase<,, >.getEventBundle ( )
inherited
EventStripe org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.getEventStripe ( )
List<ParentNodeType> org.sleuthkit.autopsy.timeline.ui.detailview.EventBundleNodeBase<,, >.getSubNodes ( )
inherited

Definition at line 312 of file EventBundleNodeBase.java.

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

Definition at line 355 of file EventBundleNodeBase.java.

void org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.setMaxDescriptionWidth ( double  w)
Parameters
wthe maximum width the description label should have

Definition at line 105 of file EventStripeNode.java.

Member Data Documentation

Definition at line 112 of file EventBundleNodeBase.java.

final BundleType org.sleuthkit.autopsy.timeline.ui.detailview.EventBundleNodeBase<,, >.eventBundle
protectedinherited

Definition at line 115 of file EventBundleNodeBase.java.

final ImageView org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.eventTypeImageView = new ImageView()
private

Pane that contains EventStripeNodes for any 'subevents' if they are displayed

//TODO: move more of the control of subnodes/events here and out of EventDetail Chart

Definition at line 54 of file EventStripeNode.java.

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

Definition at line 45 of file EventStripeNode.java.

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

Definition at line 44 of file EventStripeNode.java.

final ParentNodeType org.sleuthkit.autopsy.timeline.ui.detailview.EventBundleNodeBase<,, >.parentNode
protectedinherited

Definition at line 117 of file EventBundleNodeBase.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.