Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits StackPane, and org.sleuthkit.autopsy.timeline.ui.ContextMenuProvider.
Classes | |
class | ClickHandler |
class | PinEventAction |
class | UnPinEventAction |
Public Member Functions | |
void | applySelectionEffect (boolean applied) |
final void | clearContextMenu () |
ContextMenu | getContextMenu (MouseEvent mouseEvent) |
TimeLineController | getController () |
Type | getEvent () |
Optional< EventNodeBase<?> > | getParentNode () |
abstract List< EventNodeBase<?> > | getSubNodes () |
void | handleTimeLineTagEvent (TagsAddedEvent event) |
void | handleTimeLineTagEvent (TagsDeletedEvent event) |
void | setMaxDescriptionWidth (double w) |
Protected Member Functions | |
void | layoutChildren () |
Private Attributes | |
final EventNodeBase<?> | parentNode |
Button | pinButton |
final Border | SELECTION_BORDER |
Timeline | timeline |
final Type | tlEvent |
Static Private Attributes | |
static final Map< TimelineEventType, Effect > | dropShadowMap = new ConcurrentHashMap<>() |
static final Image | HASH_HIT = new Image("/org/sleuthkit/autopsy/images/hashset_hits.png") |
static final Logger | LOGGER = Logger.getLogger(EventNodeBase.class.getName()) |
static final Image | PIN = new Image("/org/sleuthkit/autopsy/timeline/images/marker--plus.png") |
static final Image | TAG = new Image("/org/sleuthkit/autopsy/images/green-tag-icon-16.png") |
static final Image | UNPIN = new Image("/org/sleuthkit/autopsy/timeline/images/marker--minus.png") |
Definition at line 92 of file EventNodeBase.java.
void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.applySelectionEffect | ( | boolean | applied | ) |
apply the 'effect' to visually indicate selection
applied | true to apply the selection 'effect', false to remove it |
Definition at line 219 of file EventNodeBase.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.applySelectionEffect().
final void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.clearContextMenu | ( | ) |
Implements org.sleuthkit.autopsy.timeline.ui.ContextMenuProvider.
Definition at line 454 of file EventNodeBase.java.
ContextMenu org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.getContextMenu | ( | MouseEvent | mouseEvent | ) |
Implements org.sleuthkit.autopsy.timeline.ui.ContextMenuProvider.
Definition at line 457 of file EventNodeBase.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.ClickHandler.handle().
TimeLineController org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.getController | ( | ) |
Implements org.sleuthkit.autopsy.timeline.ui.ContextMenuProvider.
Definition at line 193 of file EventNodeBase.java.
Type org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.getEvent | ( | ) |
Definition at line 188 of file EventNodeBase.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.handleTimeLineTagEvent().
Optional<EventNodeBase<?> > org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.getParentNode | ( | ) |
Definition at line 197 of file EventNodeBase.java.
|
abstract |
void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.handleTimeLineTagEvent | ( | TagsAddedEvent | event | ) |
Definition at line 477 of file EventNodeBase.java.
void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.handleTimeLineTagEvent | ( | TagsDeletedEvent | event | ) |
TODO: this method implementation is wrong and just a place holder
Definition at line 489 of file EventNodeBase.java.
|
protected |
Definition at line 224 of file EventNodeBase.java.
void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.setMaxDescriptionWidth | ( | double | w | ) |
w | the maximum width the description label should have |
Definition at line 208 of file EventNodeBase.java.
|
staticprivate |
Definition at line 101 of file EventNodeBase.java.
|
staticprivate |
Definition at line 96 of file EventNodeBase.java.
|
staticprivate |
Definition at line 94 of file EventNodeBase.java.
|
private |
Definition at line 116 of file EventNodeBase.java.
|
staticprivate |
Definition at line 98 of file EventNodeBase.java.
|
private |
Definition at line 136 of file EventNodeBase.java.
|
private |
Definition at line 137 of file EventNodeBase.java.
|
staticprivate |
Definition at line 97 of file EventNodeBase.java.
|
private |
Definition at line 135 of file EventNodeBase.java.
|
private |
Definition at line 114 of file EventNodeBase.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.getEvent().
|
staticprivate |
Definition at line 99 of file EventNodeBase.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.