Class VgActionContext
java.lang.Object
docking.DefaultActionContext
ghidra.graph.viewer.actions.VgActionContext
- All Implemented Interfaces:
ActionContext, VisualGraphActionContext
- Direct Known Subclasses:
VgSatelliteContext, VgVertexContext
Context for
VisualGraphs-
Constructor Summary
ConstructorsConstructorDescriptionVgActionContext(ComponentProvider provider) VgActionContext(ComponentProvider provider, Object contextObject) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true actions that manipulate the satellite viewer should be enabled for this context
-
Constructor Details
-
VgActionContext
-
VgActionContext
-
-
Method Details
-
shouldShowSatelliteActions
public boolean shouldShowSatelliteActions()Returns true actions that manipulate the satellite viewer should be enabled for this context- Specified by:
shouldShowSatelliteActionsin interfaceVisualGraphActionContext- Returns:
- true actions that manipulate the satellite viewer should be enabled for this context
-