Package ghidra.graph.viewer.actions
Interface VisualGraphActionContext
-
- All Known Subinterfaces:
VisualGraphSatelliteActionContext
,VisualGraphVertexActionContext<V>
- All Known Implementing Classes:
VgActionContext
,VgSatelliteContext
,VgVertexContext
public interface VisualGraphActionContext
Action context forVisualGraph
s
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
shouldShowSatelliteActions()
Returns true actions that manipulate the satellite viewer should be enabled for this context
-