All Known Implementing Classes:
ActionCopyGraph, ActionCutGraph, ActionDeleteGraph, ActionEditNodes, ActionFoldGraph, ActionForciblyUpdateNodes, ActionPasteGraph, ActionStraightenGraph, ActionUnfoldGraph

public interface EditAction
AbstractActions in the NodeGraphEditorPanel implement this interface to update their own AbstractAction.setEnabled(boolean) status.
Since:
2022-02-23
  • Method Summary

    Modifier and Type Method Description
    void updateEnableStatus()
    Called by the NodeGraphEditorPanel when the editor believes it is time to confirm enable status.
  • Method Details

    • updateEnableStatus

      void updateEnableStatus()
      Called by the NodeGraphEditorPanel when the editor believes it is time to confirm enable status.