|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits EventHandler< MouseEvent >.
Classes | |
| class | SelectIntervalAction |
| class | SelectIntervalAndTypeAction |
| class | SelectTypeAction |
| class | ZoomToIntervalAction |
Public Member Functions | |
| void | handle (final MouseEvent e) |
Private Attributes | |
| ContextMenu | barContextMenu |
| final Interval | interval |
| final Node | node |
| final String | startDateString |
| final TimelineEventType | type |
EventHandler for click events on nodes representing a bar(segment) in the stacked bar chart.
Concurrency Policy: This only accesses immutable state or javafx nodes (from the jfx thread) and the internally synchronized TimeLineController
TODO: review for thread safety -jm
Definition at line 293 of file EventCountsChart.java.
| void org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.BarClickHandler.handle | ( | final MouseEvent | e | ) |
Definition at line 413 of file EventCountsChart.java.
References org.sleuthkit.autopsy.timeline.PromptDialogManager.setDialogIcons().
|
private |
Definition at line 295 of file EventCountsChart.java.
|
private |
Definition at line 297 of file EventCountsChart.java.
|
private |
Definition at line 301 of file EventCountsChart.java.
|
private |
Definition at line 303 of file EventCountsChart.java.
|
private |
Definition at line 299 of file EventCountsChart.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.