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
ConstructorsConstructorDescriptionEdgeGraphActionContext(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 GraphActionContext
getFocusedVertex, getGraph, getSelectedVertices
-
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
-