Package com.nomagic.magicdraw.actions
Class ActionsStateUpdater
java.lang.Object
com.nomagic.magicdraw.actions.ActionsStateUpdater
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
CallupdateState()
method for all registered actions without assigned group.
-
Constructor Details
-
ActionsStateUpdater
public ActionsStateUpdater()
-
-
Method Details
-
updateActionsState
public static void updateActionsState()CallupdateState()
method for all registered actions without assigned group.
-