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 Type
    Method
    Description
     
    default 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 interface VisualGraphActionContext
      Returns:
      true actions that manipulate the satellite viewer should be enabled for this context