State Quick Dialog

StarUML

State Quick Dialog

Top  Previous  Next

State Quick Dialog is applied only to state elements (CompositeState and SubmachineState). Hitting the [Enter] key or clicking outside the quick dialog applies the changes.

ch11.h216

Visibility Button ch11.h21

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

Edit Field ch11.h36

State 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 states visibility (+: public, #: protected, -: private, ~: package). This may be omitted.  
·name : Enter the states name.

Add EntryAction Button ch11.h42

Creates and adds a new EntryAction.

Add DoAction Button ch11.h43

Creates and adds a new EntryAction.

Add ExitAction Button ch11.h44

Creates and adds a new ExitAction.

Elements Applied

CompositeState, SubmachineState