VisualGraphAbstractGraphMousePlugin

Package: ghidra.graph.viewer.event.mouse
Type: class

9.2_PUBLIC

addedmethod: checkModifiers
boolean checkModifiers(java.awt.event.MouseEvent e)

9.0.2_PUBLIC

addedmethod: checkForEdge
boolean checkForEdge(java.awt.event.MouseEvent e)
addedmethod: checkForVertex
boolean checkForVertex(java.awt.event.MouseEvent e)
addedmethod: installCursor
void installCursor(java.awt.Cursor newCursor, java.awt.event.MouseEvent e)
addedfield: isHandlingMouseEvents
boolean isHandlingMouseEvents
addedmethod: isOverEdge
boolean isOverEdge(java.awt.event.MouseEvent e)
addedmethod: isOverVertex
boolean isOverVertex(java.awt.event.MouseEvent e)
addedmethod: resetState
void resetState()
addedfield: selectedEdge
E selectedEdge
addedfield: selectedVertex
V selectedVertex
addedmethod: shouldShowCursor
boolean shouldShowCursor(java.awt.event.MouseEvent e)

9.0.1_PUBLIC

introducedInitial version