Class ActionsStateUpdater


  • @OpenApiAll
    public class ActionsStateUpdater
    extends java.lang.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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void updateActionsState()
      Call updateState() method for all registered actions without assigned group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionsStateUpdater

        public ActionsStateUpdater()
    • Method Detail

      • updateActionsState

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