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 for
VisualGraph
s-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returns true actions that manipulate the satellite viewer should be enabled for this context
-
Method Details
-
shouldShowSatelliteActions
default boolean shouldShowSatelliteActions()Returns true actions that manipulate the satellite viewer should be enabled for this context- Returns:
- true actions that manipulate the satellite viewer should be enabled for this context
-