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
VisualGraph
s-
Constructor Summary
ConstructorDescriptionVgActionContext
(ComponentProvider provider) VgActionContext
(ComponentProvider provider, Object contextObject) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns 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:
shouldShowSatelliteActions
in interfaceVisualGraphActionContext
- Returns:
- true actions that manipulate the satellite viewer should be enabled for this context
-