Class MDActionsManager

java.lang.Object
com.nomagic.actions.ActionsManager
com.nomagic.magicdraw.actions.MDActionsManager
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
DiagramToolbarConfiguration

@OpenApi public class MDActionsManager extends ActionsManager
The class responsible for managing the actions and categories. It does not have any business logic at the moment and exists only because of API compatibility.
  • Constructor Details

    • MDActionsManager

      public MDActionsManager()
      Creates the actions manager.
    • MDActionsManager

      public MDActionsManager(@CheckForNull ActionsManager parent)
      Creates the actions manager.
      Parameters:
      parent - the parent of the actions manager. May be null.
  • Method Details