Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits MouseAdapter.
Public Member Functions | |
void | mouseClicked (final MouseEvent event) |
void | mouseWheelMoved (final MouseWheelEvent event) |
Mouse Adapter for the graphComponent. Handles wheel zooming and context menus.
Definition at line 1052 of file VisualizationPanel.java.
void org.sleuthkit.autopsy.communications.VisualizationPanel.GraphMouseListener.mouseClicked | ( | final MouseEvent | event | ) |
Right click handler: show context menu.
event | The MouseEvent |
Definition at line 1077 of file VisualizationPanel.java.
void org.sleuthkit.autopsy.communications.VisualizationPanel.GraphMouseListener.mouseWheelMoved | ( | final MouseWheelEvent | event | ) |
Translate mouse wheel events into zooming.
event | The MouseWheelEvent |
Definition at line 1060 of file VisualizationPanel.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.