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

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

Public Member Functions

void applySelectionEffect (boolean applied)
 
final void clearContextMenu ()
 
ReadOnlyObjectProperty< TimelineLevelOfDetail > descriptionLoDProperty ()
 
Orientation getContentBias ()
 
ContextMenu getContextMenu (MouseEvent mouseEvent)
 
TimeLineController getController ()
 
Type getEvent ()
 
Optional< EventNodeBase<?> > getParentNode ()
 
List< EventNodeBase<?> > getSubNodes ()
 
void handleTimeLineTagEvent (TagsAddedEvent event)
 
void handleTimeLineTagEvent (TagsDeletedEvent event)
 
void setMaxDescriptionWidth (double w)
 

Protected Member Functions

EventNodeBase<?> createChildNode (EventCluster cluster) throws TskCoreException
 
void installActionButtons ()
 
void layoutChildren ()
 

Private Member Functions

Action newHideAction ()
 

Private Attributes

Button hideButton
 

Detailed Description

Node used in DetailsChart to represent an EventStripe.

Definition at line 42 of file EventStripeNode.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.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 214 of file EventNodeBase.java.

final void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.clearContextMenu ( )
inherited

Definition at line 421 of file EventNodeBase.java.

EventNodeBase<?> org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.createChildNode ( EventCluster  cluster) throws TskCoreException
protected
ReadOnlyObjectProperty<TimelineLevelOfDetail> org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.descriptionLoDProperty ( )
inherited

Definition at line 83 of file MultiEventNodeBase.java.

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

Definition at line 114 of file MultiEventNodeBase.java.

ContextMenu org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.getContextMenu ( MouseEvent  mouseEvent)
inherited

Definition at line 424 of file EventNodeBase.java.

Optional<EventNodeBase<?> > org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.getParentNode ( )
inherited

Definition at line 192 of file EventNodeBase.java.

List<EventNodeBase<?> > org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.getSubNodes ( )
inherited

Definition at line 99 of file MultiEventNodeBase.java.

void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.handleTimeLineTagEvent ( TagsAddedEvent  event)
inherited
void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.handleTimeLineTagEvent ( TagsDeletedEvent  event)
inherited
void org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.installActionButtons ( )
protected
void org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.layoutChildren ( )
protectedinherited

Definition at line 119 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 103 of file EventStripeNode.java.

References org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.getEvent().

Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.installActionButtons().

void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.setMaxDescriptionWidth ( double  w)
inherited
Parameters
wthe maximum width the description label should have

Definition at line 203 of file EventNodeBase.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 47 of file EventStripeNode.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.