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 aVisualGraphwhen a vertex is selected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description VgetVertex()default booleanshouldShowSatelliteActions()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:
shouldShowSatelliteActionsin interfaceVisualGraphActionContext- Returns:
- true actions that manipulate the satellite viewer should be enabled for this context
-
-