Package ghidra.graph.viewer.actions
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 contextMethods inherited from class docking.DefaultActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject, toString
-
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
-