Autopsy
4.7.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 906 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 929 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 914 of file VisualizationPanel.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.