Package ghidra.graph.viewer.event.mouse
Class VisualGraphEdgeSelectionGraphMousePlugin<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>
 
 
 
 
- 
- 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 VisualGraphEdgeSelectionGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>> extends VisualGraphAbstractGraphMousePlugin<V,E>
 
- 
- 
Field Summary
- 
Fields inherited from class ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin
isHandlingMouseEvents, selectedEdge, selectedVertex 
 - 
 
- 
Constructor Summary
Constructors Constructor Description VisualGraphEdgeSelectionGraphMousePlugin() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmouseClicked(java.awt.event.MouseEvent e)voidmousePressed(java.awt.event.MouseEvent e)protected booleanshouldShowCursor(java.awt.event.MouseEvent e)- 
Methods inherited from class ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin
checkForEdge, checkForVertex, checkModifiers, installCursor, isOverEdge, isOverVertex, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, pickEdge, pickVertex, resetState 
- 
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Specified by:
 mousePressedin interfacejava.awt.event.MouseListener- Overrides:
 mousePressedin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>
 
- 
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- Specified by:
 mouseClickedin interfacejava.awt.event.MouseListener- Overrides:
 mouseClickedin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>
 
- 
shouldShowCursor
protected boolean shouldShowCursor(java.awt.event.MouseEvent e)
- Overrides:
 shouldShowCursorin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>
 
 - 
 
 -