Package ghidra.graph.viewer.actions
Class VgSatelliteContext
- java.lang.Object
-
- docking.ActionContext
-
- ghidra.graph.viewer.actions.VgActionContext
-
- ghidra.graph.viewer.actions.VgSatelliteContext
-
- All Implemented Interfaces:
VisualGraphActionContext
public class VgSatelliteContext extends VgActionContext
Context forVisualGraph
's satellite viewer
-
-
Constructor Summary
Constructors Constructor Description VgSatelliteContext(ComponentProvider provider)
-
Method Summary
-
Methods inherited from class ghidra.graph.viewer.actions.VgActionContext
shouldShowSatelliteActions
-
Methods inherited from class docking.ActionContext
getComponentProvider, getContextObject, getGlobalContext, getMouseEvent, getSourceComponent, getSourceObject, setContextObject, setMouseEvent, setSourceObject, toString
-
-
-
-
Constructor Detail
-
VgSatelliteContext
public VgSatelliteContext(ComponentProvider provider)
-
-