Action Quick Dialog

StarUML

Action Quick Dialog

Top  Previous  Next

Action Quick Dialog is applied only to action elements (EntryAction, DoAction, and ExitAction). Hitting the [Enter] key or clicking outside the quick dialog applies the changes.

ch11.h217

Visibility Button ch11.h21

Action visibility can be selected from ch11.h194 Public, ch11.h195 Protected, ch11.h196 Private, and ch11.h197 Package.

Edit Field ch11.h36

Action name, visibility and stereotype can be entered in the edit field according to the syntax.

Syntax

<< stereotype >> visibility name

·<< stereotype >> : Enter the stereotype name. This may be omitted.
·visibility : Enter the character that corresponds to the actions visibility (+: public, #: protected, -: private, ~: package). This may be omitted.
·name : Enter the actions name.

Add Button ch11.h31

This adds a new action in the next location. Hitting [Ctrl + Enter] has the same effect. To insert in the current location, hit the [Ins] key.

Delete Button ch11.h32

This deletes the action. Hitting [Ctrl + Del] has the same effect.

Move Up Button ch11.h33

This moves the current action up. Hitting [Ctrl + Up] has the same effect. To edit the upper action, just hit the [Up] key.

Move Down Button ch11.h34

This moves the current action down. Hitting [Ctrl + Down] has the same effect. To edit the lower action, just hit the [Down] key.

Elements Applied

UninterpretedAction(EntryAction, DoAction, ExitAction)