Class ActionsStateUpdater

java.lang.Object
com.nomagic.magicdraw.actions.ActionsStateUpdater

@OpenApiAll public class ActionsStateUpdater extends Object
Class responsible for updating actions without groups. updateActionsState() method is calling after every command executing, diagram/project opening/closing. Can be called manually, when some actions must refresh their state.
  • Constructor Details

    • ActionsStateUpdater

      public ActionsStateUpdater()
  • Method Details

    • updateActionsState

      public static void updateActionsState()
      Call updateState() method for all registered actions without assigned group.