Package ghidra.service.graph
Class EdgeGraphActionContext
java.lang.Object
docking.DefaultActionContext
ghidra.service.graph.GraphActionContext
ghidra.service.graph.EdgeGraphActionContext
- All Implemented Interfaces:
ActionContext
GraphActionContext for when user invokes a popup action on a graph edge.
-
Constructor Summary
ConstructorDescriptionEdgeGraphActionContext
(ComponentProvider componentProvider, AttributedGraph graph, Set<AttributedVertex> selectedVertices, AttributedVertex locatedVertex, AttributedEdge clickedEdge) -
Method Summary
Modifier and TypeMethodDescriptionReturns the edge from where the popup menu was launchedMethods inherited from class ghidra.service.graph.GraphActionContext
getFocusedVertex, getGraph, getSelectedVertices
Methods inherited from class docking.DefaultActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject, toString
-
Constructor Details
-
EdgeGraphActionContext
public EdgeGraphActionContext(ComponentProvider componentProvider, AttributedGraph graph, Set<AttributedVertex> selectedVertices, AttributedVertex locatedVertex, AttributedEdge clickedEdge)
-
-
Method Details
-
getClickedEdge
Returns the edge from where the popup menu was launched- Returns:
- the edge from where the popup menu was launched
-