General Quick Dialog

StarUML

General Quick Dialog

Top  Previous  Next

General Quick Dialog is the most general form of the quick dialogs. This is used for most of the elements. This appears when an element is double-clicked in diagram. Hitting the [Enter] key or clicking outside the quick dialog applies the changes.

ch11.h193

Visibility Button ch11.h21

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

Edit Field ch11.h22

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