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 aVisualGraph
when a vertex is selected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description V
getVertex()
default boolean
shouldShowSatelliteActions()
Returns true actions that manipulate the satellite viewer should be enabled for this context
-
-
-
Method Detail
-
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
-
-