Class MDActionsManager

  • All Implemented Interfaces:
    java.lang.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 Detail

      • 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.