Autopsy
4.7.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 EventType | 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 285 of file EventCountsChart.java.
void org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.BarClickHandler.handle | ( | final MouseEvent | e | ) |
Definition at line 368 of file EventCountsChart.java.
References org.sleuthkit.autopsy.timeline.ViewMode.DETAIL.
|
private |
Definition at line 287 of file EventCountsChart.java.
|
private |
Definition at line 289 of file EventCountsChart.java.
|
private |
Definition at line 293 of file EventCountsChart.java.
|
private |
Definition at line 295 of file EventCountsChart.java.
|
private |
Definition at line 291 of file EventCountsChart.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.