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
VisualGraphs-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturns 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
-