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

Inherits org.sleuthkit.autopsy.timeline.ui.detailview.EventBundleNodeBase< EventCluster, EventStripe, EventStripeNode >.

Classes

class  CollapseClusterAction
 
class  ExpandClusterAction
 

Public Member Functions

 EventClusterNode (EventDetailsChart chart, EventCluster eventCluster, EventStripeNode parentNode)
 
void applySelectionEffect (boolean applied)
 
Orientation getContentBias ()
 
final BundleType getEventBundle ()
 
List< ParentNodeType > getSubNodes ()
 

Protected Member Functions

void layoutChildren ()
 

Protected Attributes

final EventDetailsChart chart
 
final BundleType eventBundle
 
final ParentNodeType parentNode
 

Private Member Functions

synchronized void loadSubBundles (DescriptionLoD.RelativeDetail relativeDetail)
 

Private Attributes

final Border clusterBorder = new Border(new BorderStroke(evtColor.deriveColor(0, 1, 1, .4), BorderStrokeStyle.SOLID, CORNER_RADII_1, CLUSTER_BORDER_WIDTHS))
 
Button minusButton
 
Button plusButton
 

Static Private Attributes

static final BorderWidths CLUSTER_BORDER_WIDTHS = new BorderWidths(2, 1, 2, 1)
 
static final Logger LOGGER = Logger.getLogger(EventClusterNode.class.getName())
 
static final Image MINUS = new Image("/org/sleuthkit/autopsy/timeline/images/minus-button.png")
 
static final Image PLUS = new Image("/org/sleuthkit/autopsy/timeline/images/plus-button.png")
 

Detailed Description

Definition at line 66 of file EventClusterNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.EventClusterNode ( EventDetailsChart  chart,
EventCluster  eventCluster,
EventStripeNode  parentNode 
)

Definition at line 90 of file EventClusterNode.java.

Member Function Documentation

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
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.EventClusterNode.layoutChildren ( )
protected
synchronized void org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.loadSubBundles ( DescriptionLoD.RelativeDetail  relativeDetail)
private

Member Data Documentation

final BorderWidths org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.CLUSTER_BORDER_WIDTHS = new BorderWidths(2, 1, 2, 1)
staticprivate

Definition at line 70 of file EventClusterNode.java.

final Border org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.clusterBorder = new Border(new BorderStroke(evtColor.deriveColor(0, 1, 1, .4), BorderStrokeStyle.SOLID, CORNER_RADII_1, CLUSTER_BORDER_WIDTHS))
private

Definition at line 73 of file EventClusterNode.java.

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

Definition at line 115 of file EventBundleNodeBase.java.

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

Definition at line 68 of file EventClusterNode.java.

final Image org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.MINUS = new Image("/org/sleuthkit/autopsy/timeline/images/minus-button.png")
staticprivate

Definition at line 72 of file EventClusterNode.java.

Button org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.minusButton
private

Definition at line 76 of file EventClusterNode.java.

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

Definition at line 117 of file EventBundleNodeBase.java.

final Image org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.PLUS = new Image("/org/sleuthkit/autopsy/timeline/images/plus-button.png")
staticprivate

Definition at line 71 of file EventClusterNode.java.

Button org.sleuthkit.autopsy.timeline.ui.detailview.EventClusterNode.plusButton
private

Definition at line 75 of file EventClusterNode.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.