Interface ShortcutManager


public interface ShortcutManager
Utility to centralise the shortcuts and actions for all view instances.
  • Method Summary

    Modifier and Type Method Description
    void init​(GraphicGraph graph, View view)
    Make the manager active on the given graph and view.
    void release()
    Release the links between this manager and the view and the graph.
  • Method Details

    • init

      void init​(GraphicGraph graph, View view)
      Make the manager active on the given graph and view.
      Parameters:
      graph - The graph to control.
      view - The view to control.
    • release

      void release()
      Release the links between this manager and the view and the graph.