Package ghidra.graph.viewer.actions
Interface VisualGraphVertexActionContext<V extends VisualVertex>
- Type Parameters:
V
- the vertex type
- All Superinterfaces:
VisualGraphActionContext
- All Known Implementing Classes:
VgVertexContext
public interface VisualGraphVertexActionContext<V extends VisualVertex>
extends VisualGraphActionContext
Context for a
VisualGraph
when a vertex is selected-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returns true actions that manipulate the satellite viewer should be enabled for this context
-
Method Details
-
getVertex
V getVertex() -
shouldShowSatelliteActions
default 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
-