Package com.marginallyclever.donatello
Interface EditAction
- 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 voidupdateEnableStatus()Called by theNodeGraphEditorPanelwhen the editor believes it is time to confirm enable status. 
- 
Method Details
- 
updateEnableStatus
void updateEnableStatus()Called by theNodeGraphEditorPanelwhen the editor believes it is time to confirm enable status. 
 -