Class VgSatelliteFeaturette<V extends VisualVertex,E extends VisualEdge<V>,G extends VisualGraph<V,E>>

java.lang.Object
ghidra.graph.featurette.VgSatelliteFeaturette<V,E,G>
Type Parameters:
V - the vertex type
E - the edge type
G - the graph type
All Implemented Interfaces:
VisualGraphFeaturette<V,E,G>

public class VgSatelliteFeaturette<V extends VisualVertex,E extends VisualEdge<V>,G extends VisualGraph<V,E>> extends Object implements VisualGraphFeaturette<V,E,G>
A sub-feature that provides a satellite viewer to VisualGraphComponentProviders

Note: this class installs actions to manipulate the satellite view. For these to be correctly enabled, you must produce VgActionContext objects in your VisualGraphComponentProvider.getActionContext(MouseEvent) method. Specifically, the context returned must be a type of VgActionContext, with the VgActionContext.shouldShowSatelliteActions() returning true.