Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, > Class Template Referenceabstract

Inherits org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.

Public Member Functions

void applySelectionEffect (boolean applied)
 
final void clearContextMenu ()
 
ReadOnlyObjectProperty< DescriptionLoDdescriptionLoDProperty ()
 
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

void layoutChildren ()
 

Private Attributes

final ReadOnlyObjectWrapper< DescriptionLoDdescLOD = new ReadOnlyObjectWrapper<>()
 

Static Private Attributes

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

Detailed Description

Definition at line 46 of file MultiEventNodeBase.java.

Member Function Documentation

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

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

Definition at line 451 of file EventNodeBase.java.

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

Definition at line 87 of file MultiEventNodeBase.java.

Definition at line 116 of file MultiEventNodeBase.java.

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

Definition at line 454 of file EventNodeBase.java.

Definition at line 191 of file EventNodeBase.java.

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

Definition at line 195 of file EventNodeBase.java.

Definition at line 103 of file MultiEventNodeBase.java.

void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends TimeLineEvent >.handleTimeLineTagEvent ( TagsAddedEvent  event)
inherited
void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends TimeLineEvent >.handleTimeLineTagEvent ( TagsDeletedEvent  event)
inherited

Definition at line 121 of file MultiEventNodeBase.java.

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

Definition at line 206 of file EventNodeBase.java.

Member Data Documentation

final ReadOnlyObjectWrapper<DescriptionLoD> org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.descLOD = new ReadOnlyObjectWrapper<>()
private

Definition at line 57 of file MultiEventNodeBase.java.

final Logger org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.LOGGER = Logger.getLogger(MultiEventNodeBase.class.getName())
staticprivate

Definition at line 49 of file MultiEventNodeBase.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.