Package ghidra.graph.viewer.event.mouse
Class VisualGraphSatelliteEdgeSelectionGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
-
- ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin<V,E>
-
- ghidra.graph.viewer.event.mouse.VisualGraphEdgeSelectionGraphMousePlugin<V,E>
-
- ghidra.graph.viewer.event.mouse.VisualGraphSatelliteEdgeSelectionGraphMousePlugin<V,E>
-
- All Implemented Interfaces:
edu.uci.ics.jung.visualization.control.GraphMousePlugin
,VisualGraphMousePlugin<V,E>
,java.awt.event.MouseListener
,java.awt.event.MouseMotionListener
,java.util.EventListener
public class VisualGraphSatelliteEdgeSelectionGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>> extends VisualGraphEdgeSelectionGraphMousePlugin<V,E>
-
-
Field Summary
-
Fields inherited from class ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin
isHandlingMouseEvents, selectedEdge, selectedVertex
-
-
Constructor Summary
Constructors Constructor Description VisualGraphSatelliteEdgeSelectionGraphMousePlugin()
-
Method Summary
-
Methods inherited from class ghidra.graph.viewer.event.mouse.VisualGraphEdgeSelectionGraphMousePlugin
mouseClicked, mousePressed, shouldShowCursor
-
Methods inherited from class ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin
checkForEdge, checkForVertex, installCursor, isOverEdge, isOverVertex, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, pickEdge, pickVertex, resetState
-
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
checkModifiers, getCursor, getModifiers, setCursor, setModifiers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ghidra.graph.viewer.event.mouse.VisualGraphMousePlugin
dispose, getGraphViewer, getSatelliteGraphViewer, getViewer, getViewUpdater, getViewUpdater
-
-