Package com.nomagic.magicdraw.actions
Class ActionsStateUpdater
- java.lang.Object
-
- com.nomagic.magicdraw.actions.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.
-
-
Constructor Summary
Constructors Constructor Description ActionsStateUpdater()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
updateActionsState()
CallupdateState()
method for all registered actions without assigned group.
-