Package ghidra.service.graph
Class EdgeGraphActionContext
- java.lang.Object
-
- docking.ActionContext
-
- ghidra.service.graph.GraphActionContext
-
- ghidra.service.graph.EdgeGraphActionContext
-
public class EdgeGraphActionContext extends GraphActionContext
GraphActionContext for when user invokes a popup action on a graph edge.
-
-
Constructor Summary
Constructors Constructor Description EdgeGraphActionContext(ComponentProvider componentProvider, AttributedGraph graph, java.util.Set<AttributedVertex> selectedVertices, AttributedVertex locatedVertex, AttributedEdge clickedEdge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributedEdge
getClickedEdge()
Returns the edge from where the popup menu was launched-
Methods inherited from class ghidra.service.graph.GraphActionContext
getFocusedVertex, getGraph, getSelectedVertices
-
Methods inherited from class docking.ActionContext
getComponentProvider, getContextObject, getGlobalContext, getMouseEvent, getSourceComponent, getSourceObject, setContextObject, setMouseEvent, setSourceObject, toString
-
-
-
-
Constructor Detail
-
EdgeGraphActionContext
public EdgeGraphActionContext(ComponentProvider componentProvider, AttributedGraph graph, java.util.Set<AttributedVertex> selectedVertices, AttributedVertex locatedVertex, AttributedEdge clickedEdge)
-
-
Method Detail
-
getClickedEdge
public AttributedEdge getClickedEdge()
Returns the edge from where the popup menu was launched- Returns:
- the edge from where the popup menu was launched
-
-