Package ghidra.graph.viewer.actions
Class VgActionContext
- java.lang.Object
-
- docking.ActionContext
-
- ghidra.graph.viewer.actions.VgActionContext
-
- All Implemented Interfaces:
VisualGraphActionContext
- Direct Known Subclasses:
VgSatelliteContext
,VgVertexContext
public class VgActionContext extends ActionContext implements VisualGraphActionContext
Context forVisualGraph
s
-
-
Constructor Summary
Constructors Constructor Description VgActionContext(ComponentProvider provider)
VgActionContext(ComponentProvider provider, java.lang.Object contextObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldShowSatelliteActions()
Returns true actions that manipulate the satellite viewer should be enabled for this context-
Methods inherited from class docking.ActionContext
getComponentProvider, getContextObject, getGlobalContext, getMouseEvent, getSourceComponent, getSourceObject, setContextObject, setMouseEvent, setSourceObject, toString
-
-
-
-
Constructor Detail
-
VgActionContext
public VgActionContext(ComponentProvider provider)
-
VgActionContext
public VgActionContext(ComponentProvider provider, java.lang.Object contextObject)
-
-
Method Detail
-
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
-
-