|
Autopsy
4.17.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 87 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 214 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 421 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 424 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 188 of file EventNodeBase.java.
| Type org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.getEvent | ( | ) |
Definition at line 183 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 192 of file EventNodeBase.java.
|
abstract |
| void org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >.handleTimeLineTagEvent | ( | TagsAddedEvent | event | ) |
Definition at line 444 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 456 of file EventNodeBase.java.
|
protected |
Definition at line 219 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 203 of file EventNodeBase.java.
|
staticprivate |
Definition at line 96 of file EventNodeBase.java.
|
staticprivate |
Definition at line 91 of file EventNodeBase.java.
|
staticprivate |
Definition at line 89 of file EventNodeBase.java.
|
private |
Definition at line 111 of file EventNodeBase.java.
|
staticprivate |
Definition at line 93 of file EventNodeBase.java.
|
private |
Definition at line 131 of file EventNodeBase.java.
|
private |
Definition at line 132 of file EventNodeBase.java.
|
staticprivate |
Definition at line 92 of file EventNodeBase.java.
|
private |
Definition at line 130 of file EventNodeBase.java.
|
private |
Definition at line 109 of file EventNodeBase.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.getEvent().
|
staticprivate |
Definition at line 94 of file EventNodeBase.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.